Click or drag to resize

DisposableTempFile Methods

The DisposableTempFile type exposes the following members.

Methods
  NameDescription
Public methodCreate
Creates / overwrites the temporary file.
Public methodDelete
Delete the temporary file.
Public methodDispose
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize (Overrides ObjectFinalize.)
Public methodStatic memberFromName
Creates a DisposableTempFile from a known full path to a file.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodOpen
Opens the temporary file with the specified mode, access and share.
Public methodOpenRead
Opens the temporary file for reading. Requires that IsCreated is true.
Public methodOpenWrite
Opens the temporary file for writing. Requires that IsCreated is true.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also