-
Notifications
You must be signed in to change notification settings - Fork 35
T_CodeJam_IO_TempData_TempDirectory
andrewvk edited this page Apr 22, 2016
·
9 revisions
[This is preliminary documentation and is subject to change.]
Wraps reference on a temp directory meant to be deleted on dispose
System.Object
System.Runtime.ConstrainedExecution.CriticalFinalizerObject
CodeJam.IO.TempData.TempBase
CodeJam.IO.TempData.TempDirectory
Namespace: CodeJam.IO
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public sealed class TempDirectory : TempData.TempBase
VB
Public NotInheritable Class TempDirectory
Inherits TempData.TempBase
F#
[<SealedAttribute>]
type TempDirectory =
class
inherit TempData.TempBase
end
The TempData.TempDirectory type exposes the following members.
Name | Description | |
---|---|---|
TempData.TempDirectory | Initializes a new instance of the TempData.TempDirectory class. |
Name | Description | |
---|---|---|
Info | DirectoryInfo 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.) |