csc.exe

简介:   /out /target:exe /target:library /target:module /target:winexe   Sample: Csc /target:exe TestApp.

 

/out

/target:exe

/target:library

/target:module

/target:winexe

 

Sample:

Csc /target:exe TestApp.cs

Csc /t:exe TestApp.cs

Csc TestApp.cs

 

Csc /r:System.Windows.Forms.dll TestApp.cs

Csc /r:System.Windows.Forms.dll;System.Drawing.dll *.cs

Csc /r:System.Windows.Forms.dll TestApp.cs HelloMsg.cs

Csc /r:System.Windows.Forms.dll *.cs

 

Response File

Csc @TestApp.rsp

Csc /out:MyCoolApp.exe @TestApp.rsp

 

TextPad tool(C# Editor)

Notepad++ tool

SharpDevelop tool

VC# Express

VS 2008

 

Other tools

FxCop

Lutz Roeder's Reflector

NAnt

NDoc

NUnit

目录
打赏
0
0
0
0
20
分享
相关文章
又见winforms.dll,LYLoadbr.exe,LYLeador.exe,mydata.exe,CnsM.dll等
又见winforms.dll,LYLoadbr.exe,LYLeador.exe,mydata.exe,CnsM.dll等
成功解决The scripts freeze_graph.exe, saved_model_cli.exe, tensorboard.exe, tflite_convert.exe, toco.exe
成功解决The scripts freeze_graph.exe, saved_model_cli.exe, tensorboard.exe, tflite_convert.exe, toco.exe