NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

C# Compiler Options

The compiler produces executable (.exe) files or dynamic-link libraries (DLLs).

Every compiler option is available in two forms: -option and /option. The documentation only shows the /option form.

To find a particular compiler option, see one of the following lists:

For information about building a C# application from the command line, see Building from the Command Line.

See Also

Building a C# Program