ObjectRegistry GetRegisteredObject T  Method (String)Bespoke Osc Library
Gets the object associated with the specified name.

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) ( _
	name As String _
) As T
Type Parameters

T
The type of object expected to be stored with the specified name.

Return Value

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

Exceptions

See Also