1
0
mirror of https://github.com/LOLBAS-Project/LOLBAS synced 2025-02-01 03:41:38 +01:00
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