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!

IBatchCompiler Interface

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.

Classes that Implement IBatchCompiler

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

Remarks

[To be supplied.]

Requirements

Namespace: System.CodeDOM.Compiler

Assembly: System.dll

See Also

IBatchCompiler Members | System.CodeDOM.Compiler Namespace