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(
	IOBuildContext context
)

Parameters

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

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

Return Value

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

See Also