Table of Contents

Class SignalInvocationHint

Namespace
GObject
Assembly
GObject-2.0.dll
public sealed class SignalInvocationHint
Inheritance
SignalInvocationHint
Inherited Members

Constructors

SignalInvocationHint()

public SignalInvocationHint()

SignalInvocationHint(SignalInvocationHintOwnedHandle)

public SignalInvocationHint(SignalInvocationHintOwnedHandle handle)

Parameters

handle SignalInvocationHintOwnedHandle

Properties

Handle

public SignalInvocationHintOwnedHandle Handle { get; }

Property Value

SignalInvocationHintOwnedHandle

RunType

public SignalFlags RunType { get; set; }

Property Value

SignalFlags

SignalId

public uint SignalId { get; set; }

Property Value

uint

Methods

Equals(SignalInvocationHint?)

public bool Equals(SignalInvocationHint? other)

Parameters

other SignalInvocationHint

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.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.