-
Notifications
You must be signed in to change notification settings - Fork 36
T_CodeJam_IO_TempData_TempFile
andrewvk edited this page Apr 22, 2016
·
10 revisions
[This is preliminary documentation and is subject to change.]
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: 1.0.0.0 (1.0.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 | |
---|---|---|
![]() |
TempData.TempFile | Initialize instance. |
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.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |