C# Compiler Options
Visual Studio 2005
The compiler produces executable (.exe) files, dynamic-link libraries (.dll), or code modules (.netmodule).
Every compiler option is available in two forms: -option and /option. The documentation only shows the /option form.
In This Section
- Command-Line Building
-
Information about building a Visual C# application from the command line.
- How to: Build from the Command Line
-
Provides steps for running vsvars32.bat to enable command-line builds.
- Deployment of C# Applications
-
Describes options for deploying C# applications.
- C# Compiler Options Listed by Category
-
A categorical listing of the compiler options.
- C# Compiler Options Listed Alphabetically
-
An alphabetical listing of the compiler options.
- Compiler Errors
-
A reference to the errors generated by the C# compiler.