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!

CompilerParameters Properties

The properties of the CompilerParameters class are listed below. For a complete list of CompilerParameters class members, see the CompilerParameters Members topic.

Public:

GenerateExecutable Gets or sets whether to generate an executable.
GenerateInMemory Gets or sets whether to generate in memory.
IncludeDebugInformation Gets or sets whether to include debug information in the compiled executable.
MainClass Gets or sets the main class.
OutputAssembly Gets or sets the output assembly.
ReferencedAssemblies Gets or sets the assemblies referenced by the source to compile.
RequireVariableDeclaration Gets or sets whether the source requires a variable declaration.
TempFiles Gets or sets the temp files.
UserToken Gets or sets user token to be employed when creating the compiler process.

See Also

CompilerParameters Class | System.CodeDOM.Compiler Namespace