Gets the results of compilation after compiling with the specified options and files.
[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.
JSCodeGenerator Class | JSCodeGenerator Members | System.CodeDOM.Compiler Namespace | CompilerParameters | CompilerResults