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!

ICodeGenerator Interface

Provides an interface for code generation.

ICodeGenerator

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

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

Classes that Implement ICodeGenerator

Class Description
CodeGenerator The base class for CodeGenerators.

Remarks

Compiler vendors should provide an implementation of this interface to support designer and server side code generation.

Requirements

Namespace: System.CodeDOM.Compiler

Assembly: System.dll

See Also

ICodeGenerator Members | System.CodeDOM.Compiler Namespace