November 2001
Beginner to intermediate
816 pages
16h 3m
English
/filealign:<size> Specifies the size of sections written to an output file. Can make efficient use of space on smaller devices.
csc /filealign:512 aProg.cs
/optimize[+|-] Turns optimization on or off. Optimization is on by default.
csc /optimize- /debug+ aProg.cs
Read now
Unlock full access