-
Notifications
You must be signed in to change notification settings - Fork 36
T_CodeJam_IO_TempData_TempFile
andrewvk edited this page Mar 28, 2016
·
10 revisions
[This is preliminary documentation and is subject to change.]
Temp file.
Namespace: CodeJam.IO
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public struct TempFile : IDisposable
VB
Public Structure TempFile
Implements IDisposable
F#
[<SealedAttribute>]
type TempFile =
struct
interface IDisposable
end
The TempData.TempFile type exposes the following members.
Name | Description | |
---|---|---|
![]() |
TempData.TempFile | Initialize instance. |
Name | Description | |
---|---|---|
![]() |
Path | Path to file. |
Name | Description | |
---|---|---|
![]() |
Dispose | Releases all resources used by the TempData.TempFile |
![]() |
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) |
![]() |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |