Table of Contents

Class StaticRWLock

Namespace
GLib
Assembly
GLib-2.0.dll
public sealed class StaticRWLock
Inheritance
StaticRWLock
Inherited Members

Constructors

StaticRWLock()

public StaticRWLock()

StaticRWLock(StaticRWLockOwnedHandle)

public StaticRWLock(StaticRWLockOwnedHandle handle)

Parameters

handle StaticRWLockOwnedHandle

Properties

Handle

public StaticRWLockOwnedHandle Handle { get; }

Property Value

StaticRWLockOwnedHandle

Methods

Equals(StaticRWLock?)

public bool Equals(StaticRWLock? other)

Parameters

other StaticRWLock

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

ReaderLock()

public void ReaderLock()

ReaderTrylock()

public bool ReaderTrylock()

Returns

bool

ReaderUnlock()

public void ReaderUnlock()

WriterLock()

public void WriterLock()

WriterTrylock()

public bool WriterTrylock()

Returns

bool

WriterUnlock()

public void WriterUnlock()