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!

ICodeCompiler Interface

Code Compilation Interface.

ICodeCompiler

[Visual Basic]
Public Interface ICodeCompiler
   Implements ICodeGenerator
[C#]
public interface ICodeCompiler : ICodeGenerator
[C++]
public __gc __interface ICodeCompiler : public ICodeGenerator

[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.

Classes that Implement ICodeCompiler

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

Remarks

Compiler vendors should provide an implementation of this interface to support server side dynamic compiling.

Requirements

Namespace: System.CodeDOM.Compiler

Assembly: System.dll

See Also

ICodeCompiler Members | System.CodeDOM.Compiler Namespace