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.
Class | Description |
---|---|
CodeCompiler | Base class for CodeCompilers. This is a useful utility baseclass for CodeGenerators to derive from. |
Compiler vendors should provide an implementation of this interface to support server side dynamic compiling.
Namespace: System.CodeDOM.Compiler
Assembly: System.dll