IConfigWindowsDevice Interface

This interface is the abstraction of the concrete implementation by class WindowsDevice.

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

Syntax
public interface IConfigWindowsDevice : IConfigDevice

The IConfigWindowsDevice type exposes the following members.

Properties
NameDescription
Public propertyClassGuid
See property ClassGuid.
(Inherited from IConfigDevice.)
Public propertyDescription
See property Description.
(Inherited from IConfigDevice.)
Public propertyDeviceInstanceId
See property DeviceInstanceId.
(Inherited from IConfigDevice.)
Public propertyHardwareId
See property HardwareId.
(Inherited from IConfigDevice.)
Public propertyOutOfDate
See property OutOfDate.
(Inherited from IConfigDevice.)
Public propertyOwnedByRTX64
See property OwnedByRTX64.
(Inherited from IConfigDevice.)
Public propertyPCIBusLocation
See property PCIBusLocation.
(Inherited from IConfigDevice.)
Public propertyRTX64Devices
See property RTX64Devices.
(Inherited from IConfigDevice.)
Public propertyRTX64NetworkDevices
See property RTX64NetworkDevices.
(Inherited from IConfigDevice.)
Public propertyWindowsDevices
See property WindowsDevices.
(Inherited from IConfigDevice.)
Top
See Also