RTX64Device Class |
This class represents a Plug and Play device that has been converted to ownership by RTX64.

SystemObject
IntervalZero.RTX64RTX64Object
IntervalZero.RTX64.ConfigDevice
IntervalZero.RTX64.ConfigRTX64Device
Namespace:
IntervalZero.RTX64.ConfigIntervalZero.RTX64RTX64Object
IntervalZero.RTX64.ConfigDevice
IntervalZero.RTX64.ConfigRTX64Device
Assembly: IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 4.0.0.0 (File version: 4.5.0)

The RTX64Device type exposes the following members.

Name | Description | |
---|---|---|
![]() | ClassGuid |
Returns the Class GUID string of this device. This property is read-only.
(Inherited from Device.) |
![]() | CreationTime |
Date and time the object was created.
(Inherited from RTX64Object.) |
![]() | Description |
Returns the Plug-and-Play Friendly Name string for this device. This property is read-only.
(Inherited from Device.) |
![]() | DeviceInstanceId |
Returns the Plug-and-Play instance ID string for this device. See
http://msdn.microsoft.com/en-us/library/ff541327.aspx for details about instance IDs. This property is
read-only.
(Inherited from Device.) |
![]() | FilterIOPortResources |
This property is true if the RTX64 device filters port I/O resources from the set of
resources allocated by the Windows Plug and Play manager, false if port I/O resources
are not filtered. By default, port I/O resources are not filtered.
|
![]() | HardwareId |
Returns the Plug-and-Play hardware ID string for this device. This property is
read-only. See http://msdn.microsoft.com/en-us/library/ff541224.aspx for information
about hardware IDs. This property is read-only.
(Inherited from Device.) |
![]() | IsDisposed |
True if the object has been disposed, false otherwise.
(Inherited from RTX64Object.) |
![]() | Name |
Name of the object.
(Inherited from RTX64Object.) |
![]() | OutOfDate |
Return true if this object is out-of-date with respect to the hardware device that it represents, false if
not. When this property returns true, this object should be disposed of immediately and should not be used
for any purpose. Once this property returns true, it will never again return false for the current object.
If an attempt is made to use this object when property OutOfDate is true, an exception of type
RTX64DeviceOutOfDateException is thrown. This property is read-only.
(Inherited from Device.) |
![]() | OwnedByRTX64 |
Returns true if this device is currently owned by RTX64, false if it is owned by Windows. This property is
read-only.
(Inherited from Device.) |
![]() | PCIBusLocation |
Returns the PCI bus location for this device as a string of the form "X;Y;Z", where X, Y, and Z are
non-negative integers. If this device has no PCI bus location, this property's value is the empty string.
(Inherited from Device.) |
![]() | RTX64Devices |
Returns a list of RTX64Device objects, each representing one Plug-and-Play device owned
by RTX64 at the time of the call. The contents of the returned array can become
out-of-date if an RTX64-owned device is later converted to Windows ownership. After
successful conversion of ownership to Windows, re-reading this property will supply an
up-to-date array of RTX64-owned devices. This property is read-only.
(Inherited from Device.) |
![]() | RTX64NetworkDevices |
Returns a list of RTX64NetworkDevice objects, each representing one Plug-and-Play
network device owned by RTX64 at the time of the call. The contents of the returned
array can become out-of-date if an RTX64-owned device is later converted to Windows
ownership. After successful conversion of ownership to Windows, re-reading this
property will supply an up-to-date array of RTX64-owned devices. This property is
read-only.
(Inherited from Device.) |
![]() | WindowsDevices |
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.
(Inherited from Device.) |

Name | Description | |
---|---|---|
![]() | Dispose |
Dispose method.
(Inherited from RTX64Object.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | (Overrides DeviceFinalize.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetKeepLineBasedInterrupts |
This method returns information about how an RTX64-owned device allocated interrupt resources.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnNotifyPropertyChanged |
Called when a property is changed
(Inherited from RTX64Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |

Name | Description | |
---|---|---|
![]() | PropertyChanged |
Event Fired when a property value is changed
(Inherited from RTX64Object.) |
