Aracılığıyla paylaş


CompilerResults(TempFileCollection) Oluşturucu

Tanım

Belirtilen geçici dosyaları kullanan sınıfının yeni bir örneğini CompilerResults başlatır.

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)

Parametreler

tempFiles
TempFileCollection

TempFileCollection Derleme sırasında oluşturulan ara dosyalara yönelik başvuruların yönetilip depolandığı bir.

Şunlara uygulanır

Ayrıca bkz.