Table of Contents

Struct Type

Namespace
GObject
Assembly
GLib-2.0.dll
public struct Type
Inherited Members

Constructors

Type(nuint)

public Type(nuint value)

Parameters

value nuint

Fields

Boolean

public static readonly Type Boolean

Field Value

Type

Boxed

public static readonly Type Boxed

Field Value

Type

Char

public static readonly Type Char

Field Value

Type

Double

public static readonly Type Double

Field Value

Type

Enum

public static readonly Type Enum

Field Value

Type

Flags

public static readonly Type Flags

Field Value

Type

Float

public static readonly Type Float

Field Value

Type

Int

public static readonly Type Int

Field Value

Type

Int64

public static readonly Type Int64

Field Value

Type

Interface

public static readonly Type Interface

Field Value

Type

Invalid

public static readonly Type Invalid

Field Value

Type

Long

public static readonly Type Long

Field Value

Type

None

public static readonly Type None

Field Value

Type

Object

public static readonly Type Object

Field Value

Type

Param

public static readonly Type Param

Field Value

Type

Pointer

public static readonly Type Pointer

Field Value

Type

String

public static readonly Type String

Field Value

Type

StringArray

public static readonly Type StringArray

Field Value

Type

UChar

public static readonly Type UChar

Field Value

Type

UInt

public static readonly Type UInt

Field Value

Type

UInt64

public static readonly Type UInt64

Field Value

Type

ULong

public static readonly Type ULong

Field Value

Type

Variant

public static readonly Type Variant

Field Value

Type

Properties

Value

public nuint Value { get; }

Property Value

nuint

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string? ToString()

Returns

string

The fully qualified type name.

Operators

implicit operator nuint(Type)

public static implicit operator nuint(Type o)

Parameters

o Type

Returns

nuint

implicit operator Type(nuint)

public static implicit operator Type(nuint o)

Parameters

o nuint

Returns

Type