Gets the compiler results after compiling the specified batch of files using the specified compiler parameters.
[Visual Basic] Overrides Protected Function FromFileBatch( _ ByVal options As CompilerParameters, _ ByVal fileNames() As String _ ) As CompilerResults [C#] protected override CompilerResults FromFileBatch( CompilerParameters options, string[] fileNames ); [C++] protected: override CompilerResults* FromFileBatch( CompilerParameters* options, String* fileNames[] ); [JScript] protected override function FromFileBatch( options : CompilerParameters, fileNames : String[] ) : CompilerResults;
A CompilerResults that indicates the results of compilation.
CSharpCodeGenerator Class | CSharpCodeGenerator Members | System.CodeDOM.Compiler Namespace