-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_IO_TempData_TempBase_DisposePath
Andrew Koryavchenko edited this page Jun 17, 2018
·
6 revisions
Temp path disposal
Namespace: CodeJam.IO
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
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
- path
- Type: System.String
The path. - disposing
- Type: System.Boolean
true
to release both managed and unmanaged resources;false
to release only unmanaged resources.