[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;
CodeCompiler Class | CodeCompiler Members | System.CodeDOM.Compiler Namespace