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

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

Parameters

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