GraphicsResource Class
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Queries and prepares resources.
Inheritance Hierarchy
System.Object
Microsoft.Xna.Framework.Graphics.GraphicsResource
More...
Namespace: Microsoft.Xna.Framework.Graphics
Assembly: Microsoft.Xna.Framework.Graphics (in Microsoft.Xna.Framework.Graphics.dll)
Syntax
'Declaration
Public MustInherit Class GraphicsResource
public abstract class GraphicsResource
The GraphicsResource type exposes the following members.
Properties
Name | Description | |
---|---|---|
IsDisposed | Gets a value that indicates whether the object is disposed. |
Top
Methods
Name | Description | |
---|---|---|
Dispose() | Immediately releases the unmanaged resources used by this object. | |
Dispose(Boolean) | Immediately releases the unmanaged resources used by this object. | |
Finalize | Allows this object to attempt to free resources and perform other cleanup operations before garbage collection reclaims the object. (Overrides Object.Finalize().) |
Top
Version Information
Silverlight
Supported in: 5
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Inheritance Hierarchy
System.Object
Microsoft.Xna.Framework.Graphics.GraphicsResource
Microsoft.Xna.Framework.Graphics.BlendState
Microsoft.Xna.Framework.Graphics.DepthStencilState
Microsoft.Xna.Framework.Graphics.IndexBuffer
Microsoft.Xna.Framework.Graphics.PixelShader
Microsoft.Xna.Framework.Graphics.RasterizerState
Microsoft.Xna.Framework.Graphics.SamplerState
Microsoft.Xna.Framework.Graphics.Texture
Microsoft.Xna.Framework.Graphics.VertexBuffer
Microsoft.Xna.Framework.Graphics.VertexDeclaration
Microsoft.Xna.Framework.Graphics.VertexShader