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!

CodeCompiler Class

Base class for CodeCompilers. This is a useful utility baseclass for CodeGenerators to derive from.

Object
   CodeGenerator
      CodeCompiler

[Visual Basic]
MustInherit Public Class CodeCompiler
   Inherits CodeGenerator
   Implements IBatchCompiler, ICodeCompiler
[C#]
public abstract class CodeCompiler : CodeGenerator, IBatchCompiler,
   ICodeCompiler
[C++]
public __gc __abstract class CodeCompiler : public CodeGenerator,
   IBatchCompiler, ICodeCompiler
[JScript]
public abstract class CodeCompiler extends CodeGenerator,
   IBatchCompiler, ICodeCompiler

Remarks

[To be supplied.]

Requirements

Namespace: System.CodeDOM.Compiler

Assembly: System.dll

See Also

CodeCompiler Members | System.CodeDOM.Compiler Namespace