KRHubadapterForType Method |
Returns an object of the specified type, if such an object is currently registered in the default group.
Namespace: Veeplay.hubAssembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Object adapterForType(
string type
)
Public Function adapterForType (
type As String
) As Object
public:
Object^ adapterForType(
String^ type
)
member adapterForType :
type : string -> Object
Parameters
- type
- Type: SystemString
The required object type.
Return Value
Type:
ObjectAn object if any is registered, null otherwise.
See Also