Table of Contents

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

StaticMutexOwnedHandle

Methods

Equals(StaticMutex?)

public bool Equals(StaticMutex? other)

Parameters

other StaticMutex

Returns

bool

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

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()