Creates an assembly based on options, with the contents of fileName.
[Visual Basic] Function CompileAssemblyFromFile( _ ByVal options As CompilerParameters, _ ByVal fileName As String _ ) As CompilerResults [C#] CompilerResults CompileAssemblyFromFile( CompilerParameters options, string fileName ); [C++] CompilerResults* CompileAssemblyFromFile( CompilerParameters* options, String* fileName ) = 0; [JScript] function CompileAssemblyFromFile( options : CompilerParameters, fileName : String ) : CompilerResults;
A CompilerResults that indicates the results of the compilation.
ICodeCompiler Interface | ICodeCompiler Members | System.CodeDOM.Compiler Namespace | CompilerParameters