Appendix A Compiling Programs

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.

Advanced

Image /baseaddress:<address> Specifies the base address of a library.

        csc /target:library /baseaddress:0x11110000 aLib.cs

Image /bugreport:<filename> Produces a ...

Get C# 3.0 Unleashed: With the .NET Framework 3.5 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.