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!

System.CodeDOM.Compiler Namespace

Classes

Class Description
CodeCompiler Base class for CodeCompilers. This is a useful utility baseclass for CodeGenerators to derive from.
CodeGenerator The base class for CodeGenerators.
CompilerError Represents a compiler error.
CompilerErrorCollection Manages a collection of CompilerError objects.
CompilerParameters Represents the parameters used in to invoke the compiler.
CompilerResults Represents results from the compiler.
CSharpCodeGenerator C# (C Sharp) Code Generator.
Executor Provides command execution functions for the CodeDOM compiler.
IndentedTextWriter IndentedTextWriter- indents new lines by a token (tabString).
JSCodeGenerator JScript (ECMAScript) Code Generator.
TempFiles Collection of temporary file names that are all based on a single base filename located in some temporary directory.
VBCodeGenerator Visual Basic 7 Code Generator.

Interfaces

Interface Description
IBatchCompiler Provides methods to invoke batch compilation.
ICodeCompiler Code Compilation Interface.
ICodeGenerator Provides an interface for code generation.