[Missing <summary> documentation for "M:VVVV.PluginInterfaces.V2.IAddonFactory.Clone(VVVV.PluginInterfaces.V2.INodeInfo,System.String,System.String,System.String,System.String,VVVV.PluginInterfaces.V2.INodeInfo@)"]

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

Syntax

C#
bool Clone(
	INodeInfo nodeInfo,
	string path,
	string name,
	string category,
	string version,
	out INodeInfo newNodeInfo
)

Parameters

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

[Missing <param name="nodeInfo"/> documentation for "M:VVVV.PluginInterfaces.V2.IAddonFactory.Clone(VVVV.PluginInterfaces.V2.INodeInfo,System.String,System.String,System.String,System.String,VVVV.PluginInterfaces.V2.INodeInfo@)"]

path
Type: System..::..String

[Missing <param name="path"/> documentation for "M:VVVV.PluginInterfaces.V2.IAddonFactory.Clone(VVVV.PluginInterfaces.V2.INodeInfo,System.String,System.String,System.String,System.String,VVVV.PluginInterfaces.V2.INodeInfo@)"]

name
Type: System..::..String

[Missing <param name="name"/> documentation for "M:VVVV.PluginInterfaces.V2.IAddonFactory.Clone(VVVV.PluginInterfaces.V2.INodeInfo,System.String,System.String,System.String,System.String,VVVV.PluginInterfaces.V2.INodeInfo@)"]

category
Type: System..::..String

[Missing <param name="category"/> documentation for "M:VVVV.PluginInterfaces.V2.IAddonFactory.Clone(VVVV.PluginInterfaces.V2.INodeInfo,System.String,System.String,System.String,System.String,VVVV.PluginInterfaces.V2.INodeInfo@)"]

version
Type: System..::..String

[Missing <param name="version"/> documentation for "M:VVVV.PluginInterfaces.V2.IAddonFactory.Clone(VVVV.PluginInterfaces.V2.INodeInfo,System.String,System.String,System.String,System.String,VVVV.PluginInterfaces.V2.INodeInfo@)"]

newNodeInfo
Type: VVVV.PluginInterfaces.V2..::..INodeInfo%

[Missing <param name="newNodeInfo"/> documentation for "M:VVVV.PluginInterfaces.V2.IAddonFactory.Clone(VVVV.PluginInterfaces.V2.INodeInfo,System.String,System.String,System.String,System.String,VVVV.PluginInterfaces.V2.INodeInfo@)"]

Return Value

[Missing <returns> documentation for "M:VVVV.PluginInterfaces.V2.IAddonFactory.Clone(VVVV.PluginInterfaces.V2.INodeInfo,System.String,System.String,System.String,System.String,VVVV.PluginInterfaces.V2.INodeInfo@)"]

See Also