Provides methods to invoke batch compilation.
[Visual Basic] Public Interface IBatchCompiler Implements ICodeCompiler, ICodeGenerator [C#] public interface IBatchCompiler : ICodeCompiler, ICodeGenerator [C++] public __gc __interface IBatchCompiler : public ICodeCompiler, 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. |
[To be supplied.]
Namespace: System.CodeDOM.Compiler
Assembly: System.dll