SafeFindFileHandleReleaseHandle Method |
When overridden in a derived class, executes the code required to free the handle.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax protected override bool ReleaseHandle()
Protected Overrides Function ReleaseHandle As Boolean
protected:
virtual bool ReleaseHandle() override
abstract ReleaseHandle : unit -> bool
override ReleaseHandle : unit -> bool
Return Value
Type:
Boolean if the handle is released successfully; otherwise, in the event of a catastrophic failure,
. In this case, it generates a ReleaseHandleFailed Managed Debugging Assistant.
See Also