Machine Class |
This class provides read-only access to some attributes of the current machine, such as the
hostname, amount of RAM, and the number of logical processors.

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

The Machine type exposes the following members.


Name | Description | |
---|---|---|
![]() | CreationTime |
Date and time the object was created.
(Inherited from RTX64Object.) |
![]() | Hostname |
Read-only. Returns the hostname of the machine.
|
![]() | IsDisposed |
True if the object has been disposed, false otherwise.
(Inherited from RTX64Object.) |
![]() | Name |
Name of the object.
(Inherited from RTX64Object.) |
![]() | NumberLogicalCores |
Read-only. Returns the total number of logical processors on the machine. This value
counts a hyperthreaded physical processor as two logical processors. This value is the
total number of logical processors -- not the number of logical cores that RTX64 reserves for
Windows and not a value limited by Windows OS licensing.
|
![]() | PhysicalMemory |
Read-only. Returns the size of the machine's physical memory in bytes.
|

Name | Description | |
---|---|---|
![]() | Dispose |
Dispose method.
(Inherited from RTX64Object.) |
![]() | OnNotifyPropertyChanged |
Called when a property is changed
(Inherited from RTX64Object.) |

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