glib-sharpGtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.System.ValueTypeSystem.IDisposableAn arbitrary data type similar to a CORBA Any which is used to get and set properties on Objects.Constructor
To be added.
Public constructor.Constructs a native GValue from an interface adapter object, wrapping its underlying managed interface.Constructor
a Constructs an initialized value for a given type.Constructor
an object of type Constructs a Value from a specified object.Constructor
To be added.
To be added.To be added.Constructor
an object of type Constructs a Value from a specified boolean.Constructor
a byte value.
Constructs a Value from a specified byte.Constructor
an object of type Constructs a Value from a specified double.Constructor
an object of type Constructs a Value from a specified integer.Constructor
a Constructs a value for a 64 bit integer.Constructor
an object of type Constructs a Value from a specified pointer.Constructor
a Constructs a Value from any object, including a managed type.Constructor
an sbyte value.
Constructs a Value from a specified signed byte value.Constructor
an object of type Constructs a Value from a specified float.Constructor
an object of type Constructs a Value from a specified string.Constructor
a Constructs a Value from a specified string array.Constructor
an object of type Constructs a Value from a specified ushort.Constructor
an object of type Constructs a Value from a specified uint.Constructor
a Constructs a value for a 64 bit unsigned integer.Constructor
a
a Constructs a value initialized for a given property name.Constructor
an object
the (C/GType) name of 's type
Constructs a Value from an object of a given typeConstructorSystem.Obsolete
a
a
a Constructs a value for an Opaque type.MethodSystem.VoidDisposes the underlying valueFieldGLib.ValueAn unitialized value.MethodSystem.Void
a Initializes a value to a given type.MethodGLib.Object
a Extracts an object value from a .The object value.MethodGLib.Opaque
a Extracts an opaque object value from a .The opaque object value.MethodGLib.ValueArray
To be added.
To be added.To be added.To be added.MethodGLib.VariantType
To be added.
To be added.To be added.To be added.MethodSystem.Boolean
a Extracts a boolean value from a .The boolean value.MethodSystem.Byte
a Value.
Extracts a byte value from a .the byte value.MethodSystem.Double
a Extracts a double-precision floating-point value from a .The double-precision floating-point value.MethodSystem.Enum
a Extracts an enum value from a .The enum value.Note that casting a to any enum type will invoke this operator.MethodSystem.Int32
a Extracts an integer value from a .The integer value.MethodSystem.Int64
a Extracts a long integer value from a .The long integer value.MethodSystem.IntPtr
a Extracts an untyped pointer value from a .The untyped pointer value.MethodSystem.SByte
a Value.
Extracts a signed byte value from a .the signed byte value.MethodSystem.Single
a Extracts a floating-point value from a .The floating-point value.MethodSystem.String
a Extracts a string value from a .The string value.MethodSystem.String[]
a Extracts a string array from a .The string array value.MethodSystem.UInt16
a Extracts an unsigned short value from a .The unsigned short value.MethodSystem.UInt32
a Extracts an unsigned integer value from a .The unsigned integer value.MethodSystem.UInt64
a Extracts an unsigned long integer value from a .The unsigned long integer value.PropertySystem.ObjectAccesses the value.a