Click or drag to resize
KRHub Methods

The KRHub type exposes the following members.

Methods
  NameDescription
Public methodadapterForType
Returns an object of the specified type, if such an object is currently registered in the default group.
Public methodadapterForTypeInGroup
Returns an object of the specified type, if such an object is currently registered in the specified group.
Public methodadaptersForGroup
Returns the list of available registered objects for a specified group.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodregisterAdapter
Registers a new adapter to the default group.
Public methodregisterAdapterInGroup
Registers a new adapter to a specific group
Public methodregisterClass
Registers a class to the default group, under a specific type. Upon requesting a new object from this type from the default group, a new object of the registered class will be instantiated and returned.
Public methodregisterClassInGroup
Registers a class to a specific group and a specific type. Upon requesting a new object from this group and type, a new object of the registered class will be instantiated and returned.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also