ObjectRegistry RegisterObject Method (String, 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 ( _
	name As String, _
	value As Object _
)
Remarks

Overwrites any previously registered object associated with the same name.
See Also