Table of Contents

Class TypeInfo

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

Constructors

TypeInfo()

public TypeInfo()

TypeInfo(TypeInfoOwnedHandle)

public TypeInfo(TypeInfoOwnedHandle handle)

Parameters

handle TypeInfoOwnedHandle

Properties

ClassSize

public ushort ClassSize { get; set; }

Property Value

ushort

Handle

public TypeInfoOwnedHandle Handle { get; }

Property Value

TypeInfoOwnedHandle

InstanceSize

public ushort InstanceSize { get; set; }

Property Value

ushort

NPreallocs

public ushort NPreallocs { get; set; }

Property Value

ushort

Methods

Equals(TypeInfo?)

public bool Equals(TypeInfo? other)

Parameters

other TypeInfo

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.