AutoTempFile Methods

Methods

Attach Attaches and takes ownership of an existing temporary file.
Create Creates a automatically controlled temporary file.
Detach Detaches the temporary file from the object, so that the object doesn't control the file any longer. The caller receives the ownership of the file.
Dispose Deletes the temporary folder (with content).
Dispose(Boolean) Deletes the temporary folder (with content).
Finalize Finalizer.
(Overrides ObjectFinalize)

See Also