Class GraphicsResourceLink
An object linking a Graphics Resource allocated by a GraphicsResourceAllocator and providing allocation information.
public sealed class GraphicsResourceLink
- Inheritance
-
objectGraphicsResourceLink
- Extension Methods
Properties
AccessCountSinceLastRecycle
Gets the number of times the Graphics Resource has been accessed since the last recycle policy was run.
public long AccessCountSinceLastRecycle { get; }
Property Value
AccessTotalCount
Gets the total number of times the Graphics Resource has been accessed (including Increment and Decrement).
public long AccessTotalCount { get; }
Property Value
LastAccessTime
Gets the last time the Graphics Resource was accessed.
public DateTime LastAccessTime { get; }
Property Value
ReferenceCount
Gets the number of active references to the Graphics Resource.
public int ReferenceCount { get; }
Property Value
Resource
Gets the allocated Graphics Resource.
public GraphicsResourceBase Resource { get; }