CodeCompiler.FromFile(CompilerParameters, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Compiles the specified file using the specified options, and returns the results from the compilation.
protected:
virtual System::CodeDom::Compiler::CompilerResults ^ FromFile(System::CodeDom::Compiler::CompilerParameters ^ options, System::String ^ fileName);
protected virtual System.CodeDom.Compiler.CompilerResults FromFile (System.CodeDom.Compiler.CompilerParameters options, string fileName);
abstract member FromFile : System.CodeDom.Compiler.CompilerParameters * string -> System.CodeDom.Compiler.CompilerResults
override this.FromFile : System.CodeDom.Compiler.CompilerParameters * string -> System.CodeDom.Compiler.CompilerResults
Protected Overridable Function FromFile (options As CompilerParameters, fileName As String) As CompilerResults
Parameters
- options
- CompilerParameters
A CompilerParameters object that indicates the compiler options.
- fileName
- String
The file name to compile.
Returns
The results of compilation.
Exceptions
Applies to
See also
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.