2019年12月31日

动态创建 Hello World

摘要: var myHelloWorldApp = AssemblyDefinition.CreateAssembly( new AssemblyNameDefinition("HelloWorld", new Version(1, 0, 0, 0)), "HelloWorld", ModuleKind.Console); var module = myHelloWorldApp.MainModule; 阅读全文

posted @ 2019-12-31 13:19 空明流光 阅读(344) 评论(0) 推荐(0)

导航