Class StaticMutexUnownedHandle
public class StaticMutexUnownedHandle : StaticMutexHandle, IDisposable
- Inheritance
-
StaticMutexUnownedHandle
- Implements
- Inherited Members
Constructors
StaticMutexUnownedHandle(nint)
Creates a new instance of StaticMutexOwnedHandle. Assumes that the given pointer is unowned by the runtime.
public StaticMutexUnownedHandle(nint ptr)
Parameters
ptr
nint
Properties
NullHandle
public static StaticMutexUnownedHandle NullHandle { get; }
Property Value
Methods
Copy()
public StaticMutexOwnedHandle Copy()
Returns
ReleaseHandle()
When overridden in a derived class, executes the code required to free the handle.
protected override bool ReleaseHandle()