Click or drag to resize
KRHubregisterClass Method
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.

Namespace: Veeplay.hub
Assembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void registerClass(
	Type _class,
	string type
)

Parameters

_class
Type: SystemType
The class to register
type
Type: SystemString
The type of the registered class.
See Also