2008年4月13日

csc编译dll

摘要: From:http://www.cnblogs.com/chinafine/译 File.cs 以产生 File.exe: csc File.cs 编译 File.cs 以产生 File.dll: csc /target:library File.cs编译 File.cs 并创建 My.exe: csc /out:My.exe File.cs通过使用优化和定义 DEBUG 符号,编译当前目录中所有... 阅读全文

posted @ 2008-04-13 14:18 live-evil 阅读(372) 评论(0) 推荐(0) 编辑

导航