July 2008
Intermediate to advanced
1056 pages
24h 9m
English
Throughout C# 3.0 Unleashed: With the .NET Framework 3.5 are numerous examples of how to compile libraries and programs. Many of the common compiler options are covered in one form or another. However, several other options are also useful. The following sections group and present each option of the C# compiler in alphabetically ordered categories.
/baseaddress:<address> Specifies the base address of a library.
csc /target:library /baseaddress:0x11110000 aLib.cs
/bugreport:<filename> Produces a ...
Read now
Unlock full access