共用方式為


CodeCompiler.FromSourceBatch(CompilerParameters, String[]) 方法

定義

使用指定的選項來編譯指定的原始程式碼字串,並從編譯傳回結果。

protected:
 virtual System::CodeDom::Compiler::CompilerResults ^ FromSourceBatch(System::CodeDom::Compiler::CompilerParameters ^ options, cli::array <System::String ^> ^ sources);
protected virtual System.CodeDom.Compiler.CompilerResults FromSourceBatch (System.CodeDom.Compiler.CompilerParameters options, string[] sources);
abstract member FromSourceBatch : System.CodeDom.Compiler.CompilerParameters * string[] -> System.CodeDom.Compiler.CompilerResults
override this.FromSourceBatch : System.CodeDom.Compiler.CompilerParameters * string[] -> System.CodeDom.Compiler.CompilerResults
Protected Overridable Function FromSourceBatch (options As CompilerParameters, sources As String()) As CompilerResults

參數

options
CompilerParameters

CompilerParameters 物件,表示編譯器選項。

sources
String[]

字串的陣列,包含要編譯的原始程式碼。

傳回

編譯的結果。

例外狀況

optionsnull

-或-

sourcesnull

適用於

另請參閱