Skip to content

M_CodeJam_IO_TempData_TempBase_DisposePath

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

TempData.TempBase.DisposePath Method

Temp path disposal

Namespace: CodeJam.IO
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

C#

protected abstract void DisposePath(
	string path,
	bool disposing
)

VB

Protected MustOverride Sub DisposePath ( 
	path As String,
	disposing As Boolean
)

F#

abstract DisposePath : 
        path : string * 
        disposing : bool -> unit 

Parameters

 

path
Type: System.String
The path.
disposing
Type: System.Boolean
true to release both managed and unmanaged resources; false to release only unmanaged resources.

See Also

Reference

TempData.TempBase Class
CodeJam.IO Namespace

Clone this wiki locally