Whether or not an IO container can be created for the given build context.

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

Syntax

C#
bool CanCreateIOContainer(
	IOBuildContext context
)

Parameters

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

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

Return Value

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

See Also