会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Just do it...
学而不思则罔,思而不学则殆...
博客园
首页
新随笔
联系
管理
订阅
2005年7月12日
How to import dll in c# that can be accessed by [DllImport]
摘要: The steps are as follows:1. Compile your C# DLL (You may use Visual Studio for this).2. Decompile your C# DLL using ILDASM.EXE.3. Expose/Export your methods (Details to follow).4. Recompile your C# DL...
阅读全文
posted @ 2005-07-12 18:00 Ready!
阅读(1984)
评论(4)
推荐(0)
编辑
公告