Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The following compiler options are sorted alphabetically.
Compiler Options
Option |
Purpose |
---|---|
Specifies a response file. |
|
Automatically references assemblies if they have the same name as an imported namespace or as a type annotation when declaring a variable. |
|
Specifies the code page to use for all source code files in the compilation. |
|
Emits debugging information. |
|
Defines preprocessor symbols. |
|
Produces an output file optimized for speed but that does not support certain language features from previous releases. |
|
Lists compiler options to stdout. |
|
Specifies code page for compiler messages. |
|
Specifies the ___location of assemblies referenced via /reference. |
|
Creates a link to a managed resource. |
|
Suppresses compiler banner information. |
|
Does not import standard library (mscorlib.dll). |
|
Specifies output file name. |
|
Specifies the platform type. |
|
Specifies whether the print statement is available. |
|
Imports metadata from a file that contains an assembly. |
|
Embeds a managed resource in an assembly. |
|
Specifies the format of the output file using one of three options:/target:exe/target:library/target:winexe |
|
Displays compiler output using UTF-8 encoding. |
|
Helps to make sure that all overrides are explicit. |
|
Sets warning level. |
|
Promotes warnings to errors. |
|
Inserts a Win32 resource into the output file. |
See Also
Concepts
JScript Compiler Options Listed by Category
Building from the Command Line