[Missing <summary> documentation for "M:VVVV.PluginInterfaces.V2.IOFactoryExtensions.CreateIO(VVVV.PluginInterfaces.V2.IIOFactory,System.Type,VVVV.PluginInterfaces.V2.IOAttribute,System.Boolean)"]

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

Syntax

C#
public static Object CreateIO(
	this IIOFactory factory,
	Type type,
	IOAttribute attribute,
	bool subscribe
)

Parameters

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

[Missing <param name="factory"/> documentation for "M:VVVV.PluginInterfaces.V2.IOFactoryExtensions.CreateIO(VVVV.PluginInterfaces.V2.IIOFactory,System.Type,VVVV.PluginInterfaces.V2.IOAttribute,System.Boolean)"]

type
Type: System..::..Type

[Missing <param name="type"/> documentation for "M:VVVV.PluginInterfaces.V2.IOFactoryExtensions.CreateIO(VVVV.PluginInterfaces.V2.IIOFactory,System.Type,VVVV.PluginInterfaces.V2.IOAttribute,System.Boolean)"]

attribute
Type: VVVV.PluginInterfaces.V2..::..IOAttribute

[Missing <param name="attribute"/> documentation for "M:VVVV.PluginInterfaces.V2.IOFactoryExtensions.CreateIO(VVVV.PluginInterfaces.V2.IIOFactory,System.Type,VVVV.PluginInterfaces.V2.IOAttribute,System.Boolean)"]

subscribe
Type: System..::..Boolean

[Missing <param name="subscribe"/> documentation for "M:VVVV.PluginInterfaces.V2.IOFactoryExtensions.CreateIO(VVVV.PluginInterfaces.V2.IIOFactory,System.Type,VVVV.PluginInterfaces.V2.IOAttribute,System.Boolean)"]

Return Value

[Missing <returns> documentation for "M:VVVV.PluginInterfaces.V2.IOFactoryExtensions.CreateIO(VVVV.PluginInterfaces.V2.IIOFactory,System.Type,VVVV.PluginInterfaces.V2.IOAttribute,System.Boolean)"]

Usage Note

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

See Also