次の方法で共有


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

適用対象

こちらもご覧ください