AssemblyBuilder::GetTempFilePhysicalPath Method (String^)
.NET Framework (current version)
Generates a temporary file path.
Assembly: System.Web (in System.Web.dll)
Parameters
- extension
-
Type:
System::String^
The file extension to use for the temporary file.
A BuildProvider implementation calls the GetTempFilePhysicalPath method to get a temporary file path that is deleted automatically after the assembly is compiled.
The GetTempFilePhysicalPath method generates a unique temporary file path, but does not create the file.
.NET Framework
Available since 2.0
Available since 2.0
Show: