SkillExecutionDeviceDirectX.GetAvailableDirectXExecutionDevices Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Obtain all SkillExecutionDeviceDirectX devices available on the system so that they can be filtered out appropriately given the skill requirements by the skill developer and exposed accordingly when calling ISkillDescriptor.GetSupportedExecutionDevicesAsync().
public:
static Windows::Foundation::Collections::IVectorView<Microsoft::AI::Skills::SkillInterfacePreview::SkillExecutionDeviceDirectX ^> ^ GetAvailableDirectXExecutionDevices();
public static Windows.Foundation.Collections.IVectorView<Microsoft.AI.Skills.SkillInterfacePreview.SkillExecutionDeviceDirectX> GetAvailableDirectXExecutionDevices ();
static member GetAvailableDirectXExecutionDevices : unit -> Windows.Foundation.Collections.IVectorView<Microsoft.AI.Skills.SkillInterfacePreview.SkillExecutionDeviceDirectX>
Public Shared Function GetAvailableDirectXExecutionDevices () As IVectorView(Of SkillExecutionDeviceDirectX)
Returns
- Windows.Foundation.Collections.IVectorView<SkillExecutionDeviceDirectX>
All SkillExecutionDeviceDirectX devices available on the system.
Remarks
This includes only hardware devices and excludes WARP.