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!

CompilerResults Properties

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

Public:

CompiledAssembly The compiled assembly.
Errors Gets or sets the collection of compiler errors.
NativeCompilerReturnValue Gets or sets the compiler's return value.
Output Gets or sets the compiler output messages.
PathToAssembly Gets or sets the path to the assembly.
TempFiles Gets or sets the temporary files to use.

See Also

CompilerResults Class | System.CodeDOM.Compiler Namespace