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
Boxed
public static readonly Type Boxed
Field Value
Char
public static readonly Type Char
Field Value
Double
public static readonly Type Double
Field Value
Enum
public static readonly Type Enum
Field Value
Flags
public static readonly Type Flags
Field Value
Float
public static readonly Type Float
Field Value
Int
public static readonly Type Int
Field Value
Int64
public static readonly Type Int64
Field Value
Interface
public static readonly Type Interface
Field Value
Invalid
public static readonly Type Invalid
Field Value
Long
public static readonly Type Long
Field Value
None
public static readonly Type None
Field Value
Object
public static readonly Type Object
Field Value
Param
public static readonly Type Param
Field Value
Pointer
public static readonly Type Pointer
Field Value
String
public static readonly Type String
Field Value
StringArray
public static readonly Type StringArray
Field Value
UChar
public static readonly Type UChar
Field Value
UInt
public static readonly Type UInt
Field Value
UInt64
public static readonly Type UInt64
Field Value
ULong
public static readonly Type ULong
Field Value
Variant
public static readonly Type Variant
Field Value
Properties
Value
public nuint Value { get; }
Property Value
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
implicit operator Type(nuint)
public static implicit operator Type(nuint o)
Parameters
o
nuint