TempFileCollection Constructor (String^)

 

Initializes a new instance of the TempFileCollection class using the specified temporary directory that is set to delete the temporary files after their generation and use, by default.

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

public:
TempFileCollection(
	String^ tempDir
)

Parameters

tempDir
Type: System::String^

A path to the temporary directory to use for storing the temporary files.

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: