Class GraphicsResourceLink
A resource allocated by GraphicsResourceAllocator providing allocation informations.
public sealed class GraphicsResourceLink- Inheritance
- 
      
      GraphicsResourceLink
Properties
AccessCountSinceLastRecycle
Gets the access count since last recycle policy was run.
public long AccessCountSinceLastRecycle { get; }Property Value
- long
- The access count since last recycle. 
AccessTotalCount
Gets the total count of access to this resource (include Increment and Decrement)
public long AccessTotalCount { get; }Property Value
- long
- The access total count. 
LastAccessTime
Gets the last time this resource was accessed.
public DateTime LastAccessTime { get; }Property Value
- DateTime
- The last access time. 
ReferenceCount
The number of active reference to this resource.
public int ReferenceCount { get; }Property Value
Resource
The graphics resource.
public GraphicsResourceBase Resource { get; }