IO containers are used by the IO registry and IO factory to create and destroy all different types of in- and output classes like for example spreads and streams. Each of those classes are wrapped by an IO container in order to have one common interface to deal with in the registration process and to relieve those classes from additional dependencies to the plugin interface.

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

Syntax

C#
public interface IIOContainer : IDisposable

See Also