[Missing <summary> documentation for "T:VVVV.PluginInterfaces.V2.EX9.DXResource`2"]

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

Syntax

C#
public class DXResource<TResource, TMetadata> : Resource<Device, TResource, TMetadata>
where TResource : ComObject

Type Parameters

TResource

[Missing <typeparam name="TResource"/> documentation for "T:VVVV.PluginInterfaces.V2.EX9.DXResource`2"]

TMetadata

[Missing <typeparam name="TMetadata"/> documentation for "T:VVVV.PluginInterfaces.V2.EX9.DXResource`2"]

Inheritance Hierarchy

System..::..Object
  VVVV.PluginInterfaces.V2..::..Resource<(Of <(<'Device, TResource, TMetadata>)>)>
    VVVV.PluginInterfaces.V2.EX9..::..DXResource<(Of <(<'TResource, TMetadata>)>)>
      VVVV.PluginInterfaces.V2.EX9..::..MeshResource<(Of <(<'TMetadata>)>)>
      VVVV.PluginInterfaces.V2.EX9..::..TextureResource<(Of <(<'TMetadata>)>)>

See Also