DisposableTempFile Methods |
The DisposableTempFile type exposes the following members.
| Name | Description | |
|---|---|---|
| Create |
Creates / overwrites the temporary file.
| |
| Delete |
Delete the temporary file.
| |
| Dispose | ||
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | (Overrides ObjectFinalize.) | |
| FromName |
Creates a DisposableTempFile from a known full path to a file.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Open |
Opens the temporary file with the specified mode, access and share.
| |
| OpenRead |
Opens the temporary file for reading. Requires that IsCreated is true.
| |
| OpenWrite |
Opens the temporary file for writing. Requires that IsCreated is true.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |