Creates a new IO container as described by the build context.

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

Syntax

C#
IIOContainer CreateIOContainer(
	IIOFactory factory,
	IOBuildContext context
)

Parameters

factory
Type: VVVV.PluginInterfaces.V2..::..IIOFactory

[Missing <param name="factory"/> documentation for "M:VVVV.PluginInterfaces.V2.IIORegistry.CreateIOContainer(VVVV.PluginInterfaces.V2.IIOFactory,VVVV.PluginInterfaces.V2.IOBuildContext)"]

context
Type: VVVV.PluginInterfaces.V2..::..IOBuildContext

[Missing <param name="context"/> documentation for "M:VVVV.PluginInterfaces.V2.IIORegistry.CreateIOContainer(VVVV.PluginInterfaces.V2.IIOFactory,VVVV.PluginInterfaces.V2.IOBuildContext)"]

Return Value

[Missing <returns> documentation for "M:VVVV.PluginInterfaces.V2.IIORegistry.CreateIOContainer(VVVV.PluginInterfaces.V2.IIOFactory,VVVV.PluginInterfaces.V2.IOBuildContext)"]

See Also