一些不明白的地方,请教一下各位
C#里的System.Object类是所有类的根,为什么还有受保护的方法呢?一个程序里有这么一条语句 [DllImport("User32.dll")]这代表什么意思?中括号起什么作用?
public static extern int MessageBox(int h,string m,string c,int type);
这里的extern和type是干嘛的?
2010-05-28 17:44
2010-05-28 20:55
2010-05-29 00:45