ComponentOne Bitmap for UWP
IsInterfaceSupported(Type) Method

C1.UWP.DX Assembly > C1.Util.DX.DXGI Namespace > Adapter Class > IsInterfaceSupported Method : IsInterfaceSupported(Type) Method
The GUID of the interface of the device version for which support is being checked. For example, typeof(ID3D10Device).GUID.
Checks to see if a device interface for a graphics component is supported by the system.
Syntax
'Declaration
 
Public Overloads Function IsInterfaceSupported( _
   ByVal type As System.Type _
) As System.Boolean
public System.bool IsInterfaceSupported( 
   System.Type type
)

Parameters

type
The GUID of the interface of the device version for which support is being checked. For example, typeof(ID3D10Device).GUID.

Return Value

true if the interface is supported; otherwise, false.
See Also

Reference

Adapter Class
Adapter Members
Overload List