Manager Members
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Provides information about the environment, and enumerates and retrieves device capabilities.
The Manager type exposes the following members.
Methods
Name | Description | |
---|---|---|
CheckDepthStencilMatch | Determines whether a depth stencil format is compatible with a render target format in a particular display mode. | |
CheckDeviceFormat | Determines whether a surface format is available as a specified resource type and can be used as a texture, depth stencil buffer, render target, or any combination of the three, on a device representing the current adapter. | |
CheckDeviceFormatConversion | Tests a device to determine whether it supports conversion from one display format to another. | |
CheckDeviceMultiSampleType | Determines whether a multisampling technique is available on the current device. | |
CheckDeviceType | Specifies whether a hardware-accelerated device type can be used on the current adapter. | |
CheckProfile | Checks to see whether or not a particular profile is supported. | |
Equals | Determines whether the specified Object is equal to the current Object. (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.) | |
GetDeviceCaps | Retrieves information specific to a device. | |
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.) | |
RegisterSoftwareDevice | Registers a software device. | |
ReleaseD3DMobile | Releases all Direct3D mobile resources. | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Adapters | Collection of adapters on the system. |
Top
Events
Name | Description | |
---|---|---|
Disposing | Occurs when the resources are released the Manager. |
Top