-
Notifications
You must be signed in to change notification settings - Fork 35
T_CodeJam_IO_TempData_TempFile
Andrew Koryavchenko edited this page Jun 17, 2018
·
10 revisions
Wraps reference on a temp file meant to be deleted on dispose
System.Object
System.Runtime.ConstrainedExecution.CriticalFinalizerObject
CodeJam.IO.TempData.TempBase
CodeJam.IO.TempData.TempFile
Namespace: CodeJam.IO
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public sealed class TempFile : TempData.TempBase
VB
Public NotInheritable Class TempFile
Inherits TempData.TempBase
F#
[<SealedAttribute>]
type TempFile =
class
inherit TempData.TempBase
end
The TempData.TempFile type exposes the following members.
Name | Description | |
---|---|---|
Info | FileInfo object | |
Path | Temp path. (Inherited from TempData.TempBase.) |
Name | Description | |
---|---|---|
Dispose() | Delete the temp file|directory (Inherited from TempData.TempBase.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
SuppressDelete | Suppresses item deletion on dispose. (Inherited from TempData.TempBase.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |