CodeCompiler.FromDom(CompilerParameters, CodeCompileUnit) 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 compile unit using the specified options, and returns the results from the compilation.
protected:
virtual System::CodeDom::Compiler::CompilerResults ^ FromDom(System::CodeDom::Compiler::CompilerParameters ^ options, System::CodeDom::CodeCompileUnit ^ e);
protected virtual System.CodeDom.Compiler.CompilerResults FromDom (System.CodeDom.Compiler.CompilerParameters options, System.CodeDom.CodeCompileUnit e);
abstract member FromDom : System.CodeDom.Compiler.CompilerParameters * System.CodeDom.CodeCompileUnit -> System.CodeDom.Compiler.CompilerResults
override this.FromDom : System.CodeDom.Compiler.CompilerParameters * System.CodeDom.CodeCompileUnit -> System.CodeDom.Compiler.CompilerResults
Protected Overridable Function FromDom (options As CompilerParameters, e As CodeCompileUnit) As CompilerResults
Parameters
- options
- CompilerParameters
A CompilerParameters object that indicates the compiler options.
A CodeCompileUnit object that indicates the source to compile.
Returns
The results of compilation.
Exceptions
options
is null
.
Applies to
See also
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.