Click or drag to resize
AB4D logo

ISharedDXResource Interface

ISharedDXResource interface defines properties that are used for reference counted resources that can be shared by many difference objects.

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

The ISharedDXResource type exposes the following members.

Properties
 NameDescription
Public propertyReferencesCount Gets an integer that specifies the references count for this resource.
Top
Methods
 NameDescription
Public methodAddRef Increases reference count on this resource.
Public methodDisposeAllReferences Disposes this object regardless of the count of references.
Top
See Also