LOLBAS/Archive-Old-Version/OSBinaries/Csc.exe.md

502 B

Csc.exe

  • Functions: Compile

csc -out:My.exe File.cs
Use CSC.EXE to compile C# code stored in File.cs and output the compiled version to My.exe.

csc -target:library File.cs