摘要:
编译 File.cs 以产生 File.dll: csc /target:library File.cs这个就是我们使用最多的一个命令,其实可以简单的写成csc /t:library File.cs,另外的一个写法是 csc /out:mycodebehind.dll /t:library mycodebehind.cs,这个可以自己指定输出的文件名。 csc /out:mycodebehind.... 阅读全文
posted @ 2008-09-05 14:25
※繁星※
阅读(830)
评论(0)
推荐(0)
浙公网安备 33010602011771号