ObjectRegistry RegisterObject Method (Object)Bespoke Osc Library
Add an object to the registry.

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

Public Sub RegisterObject ( _
	value As Object _
)
Remarks

Uses the type name as the key associated with the object. Overwrites any previously registered object associated with the same name.
See Also