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
Handle
public TypeInfoOwnedHandle Handle { get; }
Property Value
InstanceSize
public ushort InstanceSize { get; set; }
Property Value
NPreallocs
public ushort NPreallocs { get; set; }
Property Value
Methods
Equals(TypeInfo?)
public bool Equals(TypeInfo? other)
Parameters
other
TypeInfo
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.