Table of Contents

Class TypeDictionary

Namespace
GObject.Internal
Assembly
GObject-2.0.dll

The global type dictionary which maps between the .NET Type System and the GType dynamic type system.

public static class TypeDictionary
Inheritance
TypeDictionary
Inherited Members

Methods

Add(Type, Type)

Add a new mapping of (System.Type, GObject.Type) to the type dictionary.

public static void Add(Type systemType, Type type)

Parameters

systemType Type

A managed type that has not already been registered

type Type

The gtype retrieved from the object's get type method or from registration.