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