lemonutzf

努力中。。

随笔分类 -  C#

今天的问题
摘要:1) CLR是如何搜索装配件的? 2) 用NGen生成的Native Code是否还需要CLR的支持? 3) DotNet是怎么解决Dll Hell问题的? 4 )App Domain, Assembly, Module之间是什么关系,区别又是什么? 5 ) .il 文件里是MSIL代码,还是.exe/.dll里面是MSIL代码? 6) 不同App Domain之间的通讯,除了用Remoti... 阅读全文

posted @ 2004-10-03 11:36 风@((((( 阅读(789) 评论(1) 推荐(0)

在C#中调用C/C++代码
摘要:示例1: HelloWorld程序 using System;using System.Runtime.InteropServices;class MyClass { [DllImport("User32.dll")] public static extern int MessageBox(int h, string m, string c, int type); public... 阅读全文

posted @ 2004-09-03 12:27 风@((((( 阅读(3145) 评论(2) 推荐(0)

导航