ObjectRegistry UnregisterObject Method (Type)Bespoke Osc Library
Remove an object from the registry.

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

Public Sub UnregisterObject ( _
	type As Type _
)
Exceptions

Remarks

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