[]
IDXGIAdapter
[Guid("2411e7e1-12ac-4ccf-bd14-9798e8534dc0")]
public class Adapter : DXGIObject, IDisposable, IUnknown
| Name | Description |
|---|---|
| Adapter(IntPtr) | Initializes a new instance of the Adapter class. |
| Name | Description |
|---|---|
| Description | GetDescription |
| Outputs | Gets all outputs from this adapter. |
| Name | Description |
|---|---|
| CheckInterfaceSupport(Guid, out long) | HRESULT IDXGIAdapter::CheckInterfaceSupport([In] const GUID& InterfaceName,[Out] LARGE_INTEGER* pUMDVersion) |
| GetDescription(out AdapterDescription) | HRESULT IDXGIAdapter::GetDesc([Out] DXGI_ADAPTER_DESC* pDesc) |
| GetOutput(int) | Gets an adapter (video card) outputs. |
| GetOutput(int, out Output) | HRESULT IDXGIAdapter::EnumOutputs([In] unsigned int Output,[Out] IDXGIOutput** ppOutput) |
| GetOutputCount() | Return the number of available outputs from this adapter. |
| IsInterfaceSupported(Type) | Checks to see if a device interface for a graphics component is supported by the system. |
| IsInterfaceSupported(Type, out long) | Checks to see if a device interface for a graphics component is supported by the system. |
| IsInterfaceSupported<T>() | Checks to see if a device interface for a graphics component is supported by the system. |
| IsInterfaceSupported<T>(out long) | Checks to see if a device interface for a graphics component is supported by the system. |
| Name | Description |
|---|---|
| explicit operator Adapter(IntPtr) |