Click or drag to resize

SafeTokenHandleReleaseHandle Method

When overridden in a derived class, executes the code required to free the handle.

Namespace:  TomsToolbox.Desktop
Assembly:  TomsToolbox.Desktop (in TomsToolbox.Desktop.dll)
Syntax
protected override bool ReleaseHandle()

Return Value

Type: Boolean
true if the handle is released successfully; otherwise, in the event of a catastrophic failure, false. In this case, it generates a releaseHandleFailed MDA Managed Debugging Assistant.
See Also