52ky 发表于 2021-6-25 15:52:47

Net.reflection And Dynamic Class/method Invocation


NET.Reflection 和动态类/方法调用
这段代码会告诉你:
-如何加载DLL而不将其添加为引用,调用方法并获取返回值
-创建DLL的类实例
-显示来自第 3 方大会的表格!
- 作为第一个,但资源中的 DLL!
- 导出资源文件


(NET.Reflection and Dynamic Class/Method Invocation
Is this code will show you :
-how you can load a DLL without add it as reference, call a method and get the return value
-Create a class instance of DLL
-show a FORM from 3rd party assembly!
-as the 1st but the DLL in Resources!
-export the Resource file)


页: [1]
查看完整版本: Net.reflection And Dynamic Class/method Invocation