CompilerResults(TempFileCollection) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した一時ファイルを使用する 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。