CompilerResults Constructor (TempFileCollection^)

 

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

Namespace:   System.CodeDom.Compiler
Assembly:  System (in System.dll)

public:
CompilerResults(
	TempFileCollection^ tempFiles
)

Parameters

tempFiles
Type: System.CodeDom.Compiler::TempFileCollection^

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

SecurityAction::LinkDemand

for full trust for the immediate caller. This class cannot be used by partially trusted code.

.NET Framework
Available since 1.1
Return to top
Show: