[Missing <summary> documentation for "M:VVVV.PluginInterfaces.V2.NodeInfoExtensionMethods.UpdateFromPluginInfo(VVVV.PluginInterfaces.V2.INodeInfo,VVVV.PluginInterfaces.V1.IPluginInfo)"]

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

Syntax

C#
public static void UpdateFromPluginInfo(
	this INodeInfo nodeInfo,
	IPluginInfo pluginInfo
)

Parameters

nodeInfo
Type: VVVV.PluginInterfaces.V2..::..INodeInfo

[Missing <param name="nodeInfo"/> documentation for "M:VVVV.PluginInterfaces.V2.NodeInfoExtensionMethods.UpdateFromPluginInfo(VVVV.PluginInterfaces.V2.INodeInfo,VVVV.PluginInterfaces.V1.IPluginInfo)"]

pluginInfo
Type: VVVV.PluginInterfaces.V1..::..IPluginInfo

[Missing <param name="pluginInfo"/> documentation for "M:VVVV.PluginInterfaces.V2.NodeInfoExtensionMethods.UpdateFromPluginInfo(VVVV.PluginInterfaces.V2.INodeInfo,VVVV.PluginInterfaces.V1.IPluginInfo)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type INodeInfo. When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also