Returns the native plugin io interface if any.

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

Syntax

C#
public static IPluginIO GetPluginIO(
	this IIOContainer container
)

Parameters

container
Type: VVVV.PluginInterfaces.V2..::..IIOContainer

[Missing <param name="container"/> documentation for "M:VVVV.PluginInterfaces.V2.IOContainerExtensions.GetPluginIO(VVVV.PluginInterfaces.V2.IIOContainer)"]

Return Value

[Missing <returns> documentation for "M:VVVV.PluginInterfaces.V2.IOContainerExtensions.GetPluginIO(VVVV.PluginInterfaces.V2.IIOContainer)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IIOContainer. When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also