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!

CodeCompiler.FromSourceBatch

[To be supplied.]

[Visual Basic]
Overridable Protected Function FromSourceBatch( _
   ByVal options As CompilerParameters, _
   ByVal sources() As String _
) As CompilerResults
[C#]
protected virtual CompilerResults FromSourceBatch(
   CompilerParameters options,
   string[] sources
);
[C++]
protected: virtual CompilerResults* FromSourceBatch(
   CompilerParameters* options,
   String* sources[]
);
[JScript]
protected function FromSourceBatch(
   options : CompilerParameters,
   sources : String[]
) : CompilerResults;

Parameters

options
[To be supplied.]
sources
[To be supplied.]

See Also

CodeCompiler Class | CodeCompiler Members | System.CodeDOM.Compiler Namespace