Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Take for an example, in Command Prompt we give as,

>csc /out:"C:\HelloWorld.exe" "C:\HelloWorld.cs"

Than CSC Compiler will generate IL File and PE File. Where these files will Save? What are all process from .cs to .exe?
Posted
Comments
PIEBALDconsult 19-Nov-15 23:38pm    
The IL is in the EXE, that's what a .net EXE is.
Richard MacCutchan 20-Nov-15 5:44am    
The files are saved in the places indicated. If you wish to know the full details of how source code is compiled into executable, then you need to do some Google searching.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900