Condividi tramite


CodeCompiler.FromSource(CompilerParameters, String) Metodo

Definizione

Compila la stringa di codice sorgente specificata utilizzando le opzioni selezionate e restituisce i risultati della compilazione.

protected:
 virtual System::CodeDom::Compiler::CompilerResults ^ FromSource(System::CodeDom::Compiler::CompilerParameters ^ options, System::String ^ source);
protected virtual System.CodeDom.Compiler.CompilerResults FromSource (System.CodeDom.Compiler.CompilerParameters options, string source);
abstract member FromSource : System.CodeDom.Compiler.CompilerParameters * string -> System.CodeDom.Compiler.CompilerResults
override this.FromSource : System.CodeDom.Compiler.CompilerParameters * string -> System.CodeDom.Compiler.CompilerResults
Protected Overridable Function FromSource (options As CompilerParameters, source As String) As CompilerResults

Parametri

options
CompilerParameters

Oggetto CompilerParameters che indica le opzioni del compilatore.

source
String

Stringa di codice sorgente da compilare.

Restituisce

Risultati della compilazione.

Eccezioni

options è null.

Si applica a

Vedi anche