.NET:CLR via C# Assembly Loading
摘要:
基础知识Internally, the CLR attempts to load this assembly by using the System.Reflection.Assembly class’s static Load method. This method is publicly documented, and you can call it to explicitly load an assembly into your AppDomain. This method is the CLR equivalent of Win32’s LoadLibrary function.Int 阅读全文
posted @ 2013-11-01 08:07 幸福框架 阅读(1015) 评论(0) 推荐(0)
浙公网安备 33010602011771号