The DXResource<(Of <(<'TResource, TMetadata>)>)> type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DXResource<(Of <(<'TResource, TMetadata>)>)> | Initializes a new instance of the DXResource<(Of <(<'TResource, TMetadata>)>)> class |
Methods
| Name | Description | |
|---|---|---|
| CreateResoure | (Overrides Resource<(Of <(<'TDevice, TResource, TMetadata>)>)>..::..CreateResoure(TMetadata, TDevice).) | |
| DestroyResource | (Inherited from Resource<(Of <(<'TDevice, TResource, TMetadata>)>)>.) | |
| Dispose | (Inherited from Resource<(Of <(<'TDevice, TResource, TMetadata>)>)>.) | |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Inherited from Object.) | |
| UpdateResource | (Inherited from Resource<(Of <(<'TDevice, TResource, TMetadata>)>)>.) |
Properties
| Name | Description | |
|---|---|---|
| IsDefaultPool | ||
| Item | (Inherited from Resource<(Of <(<'TDevice, TResource, TMetadata>)>)>.) | |
| Metadata |
Some arbitrary data associated with this resource.
(Inherited from Resource<(Of <(<'TDevice, TResource, TMetadata>)>)>.) | |
| NeedsUpdate |
Whether or not the Update method has to be called for this resource.
By default this flag is true.
Note: The Update method will always get called for new resources.
(Inherited from Resource<(Of <(<'TDevice, TResource, TMetadata>)>)>.) |