Table of Contents

Class ParamSpecTypeInfo

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

Constructors

ParamSpecTypeInfo()

public ParamSpecTypeInfo()

ParamSpecTypeInfo(ParamSpecTypeInfoOwnedHandle)

public ParamSpecTypeInfo(ParamSpecTypeInfoOwnedHandle handle)

Parameters

handle ParamSpecTypeInfoOwnedHandle

Properties

Handle

public ParamSpecTypeInfoOwnedHandle Handle { get; }

Property Value

ParamSpecTypeInfoOwnedHandle

InstanceSize

public ushort InstanceSize { get; set; }

Property Value

ushort

NPreallocs

public ushort NPreallocs { get; set; }

Property Value

ushort

Methods

Equals(ParamSpecTypeInfo?)

public bool Equals(ParamSpecTypeInfo? other)

Parameters

other ParamSpecTypeInfo

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.