Skip to content

T_CodeJam_IO_TempData_TempFile

Andrew Koryavchenko edited this page Jun 17, 2018 · 10 revisions

TempData.TempFile Class

Wraps reference on a temp file meant to be deleted on dispose

Inheritance Hierarchy

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

Syntax

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.

Properties

 

Name Description
Public property Info FileInfo object
Public property Path Temp path. (Inherited from TempData.TempBase.)
  Back to Top

Methods

 

Name Description
Public method Dispose() Delete the temp file|directory (Inherited from TempData.TempBase.)
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method SuppressDelete Suppresses item deletion on dispose. (Inherited from TempData.TempBase.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
  Back to Top

See Also

Reference

CodeJam.IO Namespace
CodeJam.IO.TempData.TempBase

Clone this wiki locally