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.FromFileBatch

[To be supplied.]

[Visual Basic]
MustOverride Protected Function FromFileBatch( _
   ByVal options As CompilerParameters, _
   ByVal fileNames() As String _
) As CompilerResults
[C#]
protected abstract CompilerResults FromFileBatch(
   CompilerParameters options,
   string[] fileNames
);
[C++]
protected: virtual CompilerResults* FromFileBatch(
   CompilerParameters* options,
   String* fileNames[]
) = 0;
[JScript]
protected abstract function FromFileBatch(
   options : CompilerParameters,
   fileNames : String[]
) : CompilerResults;

Parameters

options
[To be supplied.]
fileNames
[To be supplied.]

See Also

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