指定した一時ファイルを使用する CompilerResults クラスの新しいインスタンスを初期化します。
Public Sub New( _
ByVal tempFiles As TempFileCollection _)
[C#]
public CompilerResults(
TempFileCollectiontempFiles);
[C++]
public: CompilerResults(
TempFileCollection* tempFiles);
[JScript]
public function CompilerResults(
tempFiles : TempFileCollection);
パラメータ
- tempFiles
コンパイル中に生成される中間ファイルへの参照を管理し、格納するために使用する TempFileCollection 。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
CompilerResults クラス | CompilerResults メンバ | System.CodeDom.Compiler 名前空間 | TempFileCollection