Table of Contents

Class SubclassRegistrar

Namespace
GObject.Internal
Assembly
GObject-2.0.dll

Registers a custom subclass with the GObject type system.

public static class SubclassRegistrar
Inheritance
SubclassRegistrar
Inherited Members

Methods

Register<TSubclass, TParent>()

public static Type Register<TSubclass, TParent>() where TSubclass : InstanceFactory where TParent : GTypeProvider

Returns

Type

Type Parameters

TSubclass
TParent