Opens the online-reference page on vvvv.org for the given nodeinfo.

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

Syntax

C#
void ShowNodeReference(
	INodeInfo nodeInfo
)

Parameters

nodeInfo
Type: VVVV.PluginInterfaces.V2..::..INodeInfo
The nodeinfo to show the online-reference for.

See Also