Register a new IO registry which will be used by IO factories to lookup and create custom IO classes.

Namespace: VVVV.PluginInterfaces.V2
Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872

Syntax

C#
void Register(
	IIORegistry registry,
	bool first
)

Parameters

registry
Type: VVVV.PluginInterfaces.V2..::..IIORegistry

[Missing <param name="registry"/> documentation for "M:VVVV.PluginInterfaces.V2.IIORegistry.Register(VVVV.PluginInterfaces.V2.IIORegistry,System.Boolean)"]

first
Type: System..::..Boolean

[Missing <param name="first"/> documentation for "M:VVVV.PluginInterfaces.V2.IIORegistry.Register(VVVV.PluginInterfaces.V2.IIORegistry,System.Boolean)"]

See Also