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.
Class | Description |
---|---|
CodeGenerator | The base class for CodeGenerators. |
Compiler vendors should provide an implementation of this interface to support designer and server side code generation.
Namespace: System.CodeDOM.Compiler
Assembly: System.dll