The IIOFactory type exposes the following members.

Methods

  NameDescription
Public methodCanCreateIOContainer
Whether or not an IO container can be created for the given build context.
Public methodCreateIOContainer
Creates a new IO container as described by the build context.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)

Extension Methods

Properties

  NameDescription
Public propertyPluginHost
The plugin host used to create all native interfaces.

Events

  NameDescription
Public eventConfiguring
The Configuring event takes place after a user changed a config pin.
Public eventConnected
The Connected event takes place after a pin has been connected.
Public eventCreated
The Created event takes place after the plugin has been created.
Public eventDisconnected
The Disconnected event takes place after a pin has been disconnected.
Public eventDisposing
The Disposing event takes place before the plugin is being disposed.
Public eventFlushing
The Flushing event takes place after the plugin has been evaluated.
Public eventSynchronizing
The Synchronizing event takes place before the plugin gets evaluated.

See Also