Click or drag to resize
KRHubadapterForType Method
Returns an object of the specified type, if such an object is currently registered in the default group.

Namespace: Veeplay.hub
Assembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Object adapterForType(
	string type
)

Parameters

type
Type: SystemString
The required object type.

Return Value

Type: Object
An object if any is registered, null otherwise.
See Also