
日志文章列表
2007年11月26日 10:50:23
备忘录:.NET命令行工具
|
[list=1]ildasm----MSIL反汇编程序 csc /target:module A.cs----将A.cs编译为模块(模块没有程序集特性,可以添加到程序集中) csc /target:library /addmodule:A.netmodule /out:B.dll c:\b.cs----将模块A.netmod.. Tags:
.NET命令行工具
|
|
[list=1]ildasm----MSIL反汇编程序 csc /target:module A.cs----将A.cs编译为模块(模块没有程序集特性,可以添加到程序集中) csc /target:library /addmodule:A.netmodule /out:B.dll c:\b.cs----将模块A.netmod.. Tags:
.NET命令行工具
|