Whether or not this registry can create the IO class as described by the IO context.

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

Syntax

C#
bool CanCreate(
	IOBuildContext context
)

Parameters

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

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

Return Value

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

See Also