Class StaticMutex
- Namespace
- GLib
- Assembly
- GLib-2.0.dll
public sealed class StaticMutex
- Inheritance
-
StaticMutex
- Inherited Members
Constructors
StaticMutex()
public StaticMutex()
StaticMutex(StaticMutexOwnedHandle)
public StaticMutex(StaticMutexOwnedHandle handle)
Parameters
handle
StaticMutexOwnedHandle
Properties
Handle
public StaticMutexOwnedHandle Handle { get; }
Property Value
Methods
Equals(StaticMutex?)
public bool Equals(StaticMutex? other)
Parameters
other
StaticMutex
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
Free()
public void Free()
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
Init()
public void Init()