CompilerResults(TempFileCollection) Constructor

Definition

Initializes a new instance of the CompilerResults class that uses the specified temporary files.

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)

Parameters

tempFiles
TempFileCollection

A TempFileCollection with which to manage and store references to intermediate files generated during compilation.

Applies to

See also