CompilerResults(TempFileCollection) Konstruktor

Definition

Initierar en ny instans av CompilerResults klassen som använder de angivna temporära filerna.

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)

Parametrar

tempFiles
TempFileCollection

En TempFileCollection som du kan hantera och lagra referenser till mellanliggande filer som genereras under kompilering.

Gäller för

Se även