Class TypeDictionary
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)