Device.WindowsDevices Property

Returns an array of WindowsDevice objects, each representing one Plug-and-Play device owned by Windows at the time of the call. The contents of the returned array can become out-of-date if a Windows-owned device is later converted to RTX64 ownership. After successful conversion of ownership to RTX64, re-reading this property will supply an up-to-date array of Windows-owned devices. This property is read-only.

Namespace:  IntervalZero.RTX64.Config
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public IConfigWindowsDevice[] WindowsDevices { get; }

Property Value

Type: IConfigWindowsDevice

Implements

IConfigDeviceWindowsDevices
See Also