Returns the absolut file path to the plugins host.

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

Syntax

C#
void GetHostPath(
	out string Path
)

Parameters

Path
Type: System..::..String%
Absolut file path to the plugins host (i.e path to the patch the plugin is placed in, in vvvv).

See Also