共用方式為


CompilerResults(TempFileCollection) 建構函式

定義

初始化 CompilerResults 類別的新執行個體,這個執行個體會使用指定的暫存檔案。

public:
 CompilerResults(System::CodeDom::Compiler::TempFileCollection ^ tempFiles);
public CompilerResults (System.CodeDom.Compiler.TempFileCollection tempFiles);
new System.CodeDom.Compiler.CompilerResults : System.CodeDom.Compiler.TempFileCollection -> System.CodeDom.Compiler.CompilerResults
Public Sub New (tempFiles As TempFileCollection)

參數

tempFiles
TempFileCollection

TempFileCollection 可用來管理與儲存在編譯期間產生的中繼檔案的參考。

適用於

另請參閱