-
Notifications
You must be signed in to change notification settings - Fork 35
Methods_T_CodeJam_IO_TempData_TempBase
Andrew Koryavchenko edited this page Jun 17, 2018
·
6 revisions
The TempData.TempBase type exposes the following members.
Name | Description | |
---|---|---|
AssertNotDisposed | Assertion on object dispose | |
DebugAssertValidPath | Checks that the path is valid. | |
Dispose() | Delete the temp file|directory | |
Dispose(Boolean) | Dispose pattern implementation - overridable part | |
DisposePath | Temp path disposal | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Finalize instance (Overrides CriticalFinalizerObject.Finalize().) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SuppressDelete | Suppresses item deletion on dispose. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |