SafeFindVolumeHandle Constructor |
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public SafeFindVolumeHandle(
IntPtr handle,
bool callerHandle
)
Public Sub New (
handle As IntPtr,
callerHandle As Boolean
)
public:
SafeFindVolumeHandle(
IntPtr handle,
bool callerHandle
)
new :
handle : IntPtr *
callerHandle : bool -> SafeFindVolumeHandle
Parameters
- handle
- Type: SystemIntPtr
The handle. - callerHandle
- Type: SystemBoolean
to reliably release the handle during the finalization phase; to prevent reliable release (not recommended).
See Also