Sdílet prostřednictvím


CompilerResults(TempFileCollection) Konstruktor

Definice

Inicializuje novou instanci CompilerResults třídy, která používá zadané dočasné soubory.

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)

Parametry

tempFiles
TempFileCollection

A TempFileCollection , pomocí kterého lze spravovat a ukládat odkazy na zprostředkující soubory vygenerované během kompilace.

Platí pro

Viz také