ObjectRegistry GetRegisteredObject T  Method Bespoke Osc Library
Gets the object associated with the type.

Namespace: Bespoke.Common
Assembly: Bespoke.Common (in Bespoke.Common.dll) Version: 5.0.0.0 (5.0.0.0)
Syntax

Public Function GetRegisteredObject(Of T) As T
Type Parameters

T
The type of object to search on.

Return Value

[Missing <returns> documentation for "M:Bespoke.Common.ObjectRegistry.GetRegisteredObject``1"]

Exceptions

ExceptionCondition
OnlineSystem InvalidCastExceptionobject exists with the associated type name, but does not store specified type.
Remarks

Uses the type name as the key associated with the object.
See Also