[Missing <summary> documentation for "M:VVVV.PluginInterfaces.V2.EX9.DXResourcePluginBase`1.DestroyDeviceData(`0,System.Boolean)"]

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

Syntax

C#
protected abstract void DestroyDeviceData(
	T deviceData,
	bool OnlyUnManaged
)

Parameters

deviceData
Type: T

[Missing <param name="deviceData"/> documentation for "M:VVVV.PluginInterfaces.V2.EX9.DXResourcePluginBase`1.DestroyDeviceData(`0,System.Boolean)"]

OnlyUnManaged
Type: System..::..Boolean

[Missing <param name="OnlyUnManaged"/> documentation for "M:VVVV.PluginInterfaces.V2.EX9.DXResourcePluginBase`1.DestroyDeviceData(`0,System.Boolean)"]

See Also