Skip to content

T_CodeJam_IO_TempData_TempDirectory

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

TempData.TempDirectory Class

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

Inheritance Hierarchy

System.Object
  System.Runtime.ConstrainedExecution.CriticalFinalizerObject
    CodeJam.IO.TempData.TempBase
      CodeJam.IO.TempData.TempDirectory
Namespace: CodeJam.IO
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

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.

Properties

 

Name Description
Public property Info DirectoryInfo 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

Clone this wiki locally