Called by the PluginHost to hand itself over to the plugin. This is where the plugin creates its initial pins.

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

Syntax

C#
void SetPluginHost(
	IPluginHost Host
)

Parameters

Host
Type: VVVV.PluginInterfaces.V1..::..IPluginHost
Interface to the PluginHost.

See Also