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
Public methodStatic memberSupported by the .NET Compact Framework CheckDepthStencilMatch Determines whether a depth stencil format is compatible with a render target format in a particular display mode.
Public methodStatic memberSupported by the .NET Compact Framework 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.
Public methodStatic memberSupported by the .NET Compact Framework CheckDeviceFormatConversion Tests a device to determine whether it supports conversion from one display format to another.
Public methodStatic memberSupported by the .NET Compact Framework CheckDeviceMultiSampleType Determines whether a multisampling technique is available on the current device.
Public methodStatic memberSupported by the .NET Compact Framework CheckDeviceType Specifies whether a hardware-accelerated device type can be used on the current adapter.
Public methodStatic memberSupported by the .NET Compact Framework CheckProfile Checks to see whether or not a particular profile is supported.
Public methodSupported by the .NET Compact Framework Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodSupported by the .NET Compact Framework 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.)
Public methodStatic memberSupported by the .NET Compact Framework GetDeviceCaps Retrieves information specific to a device.
Public methodSupported by the .NET Compact Framework GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public methodSupported by the .NET Compact Framework GetType Gets the Type of the current instance. (Inherited from Object.)
Protected methodSupported by the .NET Compact Framework MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodStatic memberSupported by the .NET Compact Framework RegisterSoftwareDevice Registers a software device.
Public methodStatic memberSupported by the .NET Compact Framework ReleaseD3DMobile Releases all Direct3D mobile resources.
Public methodSupported by the .NET Compact Framework ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Properties

  Name Description
Public propertyStatic memberSupported by the .NET Compact Framework Adapters Collection of adapters on the system.

Top

Events

  Name Description
Public eventStatic memberSupported by the .NET Compact Framework Disposing Occurs when the resources are released the Manager.

Top

See Also

Reference

Manager Class

Microsoft.WindowsMobile.DirectX.Direct3D Namespace