会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Ten_cnblogs
首页
新随笔
联系
订阅
管理
2012年11月27日
asp调用.net dll
摘要: 1. 在.net Visual Studio 中新建一个Class项目。 2. 在项目中新添加一个类,代码如下: using System; namespace ClassLibrary1 { //定义接口,这点很重要 (此接口中的方法与COM组件中的方法一致) public interface iClass1 ...
阅读全文
posted @ 2012-11-27 21:59 Ten_cnblogs
阅读(451)
评论(0)
推荐(0)
公告