API Reference
Class
TempFile
Represents a temporary file that is deleted when disposed.
Inheritance
- Object
- TempFile
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method FileSystemHelpers.CreateTempFile
- Method TempFile.Create
Methods
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Path { get; } #Gets the full path to the temporary file.