如何将一个类(.cs)文件编译成.dll文件?

 我来答
阿兮天才115
2013-11-06 · 超过71用户采纳过TA的回答
知道答主
回答量:126
采纳率:0%
帮助的人:167万
展开全部
2、在命令工具中输入 csc /t:library /r:System.Web.dll /r:System.dll /out: 目标文件名 源路径/源文件名。 csc /target:library /out:e:/cyc/asp.Net/words/database.dll e:/cyc/asp.Net/words/as.Net2.0news/app_code/compon.Nets/databse.cs 3、为避免每次编译的麻烦,可以建立cmd文件如csd_dl.cmd ,代码如下:cd/d:cd D:/sys03/microsoft.Net/framework/v1.4322 csc /t:library /r:System.Web.dll /r:System.dll /out:E:/web/bin/WebTools.dll e:/web/bin/DbLink.cscmd- 输出文件 - /out:<file 输出文件名(默认值: 包含主类的文件或第一个文件的基名称) /target:exe 生成控制台可执行文件(默认) (缩写: /t:exe) /target:winexe 生成 Windows 可执行文件 (缩写: /t:winexe) /target:library 生成库 (缩写: /t:library) /target:module 生成能添加到其他程序集的模块 (缩写: /t:module)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式