1
0
mirror of https://github.com/LOLBAS-Project/LOLBAS synced 2025-03-14 19:38:33 +01:00

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