Click or drag to resize
AB4D logo

DisposableDXResource Class

DisposableDXResource class is a base class for DXEngine resources that can be disposed.
Inheritance Hierarchy
SystemObject
  Ab3d.DirectXDXResourceBase
    Ab3d.DirectXDisposableDXResource
      More

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public class DisposableDXResource : DXResourceBase, 
	IDisposableDXResource, IDXResource, IDisposable

The DisposableDXResource type exposes the following members.

Constructors
 NameDescription
Public methodDisposableDXResource Initializes a new instance of the DXComponentBase class.
Top
Properties
 NameDescription
Public propertyIsDisposed Gets a Boolean that specifies if this resource has been disposed.
Public propertyIsDisposing Gets a Boolean that specifis if this resource is currently being disposed (the current code is executing inside Dipose method).
Top
Methods
 NameDescription
Public methodDispose Dispose
Top
Events
 NameDescription
Public eventDisposing Occurs when when Dispose is called.
Top
See Also
Inheritance Hierarchy
SystemObject
  Ab3d.DirectXDXResourceBase
    Ab3d.DirectXDisposableDXResource
      Ab3d.DirectXContextStatesManager
      Ab3d.DirectXDXDevice
      Ab3d.DirectXDXDeviceResource
      Ab3d.DirectXDXScene
      Ab3d.DirectXDXSceneResource