API Reference
Class
SystemMetricsInfo
Holds system metrics information.
Inheritance
- Object
- SystemMetricsInfo
Constructors
public SystemMetricsInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ComputerName { get; set; } #Name of the computer the metrics belong to.
public Double CpuLoadPercentage { get; set; } #Average CPU utilization percentage across processors.
public Int64 TotalPhysicalMemory { get; set; } #Total physical memory in bytes.
public Int64 FreePhysicalMemory { get; set; } #Free physical memory in bytes.
public Double MemoryUsagePercentage { get; } #Calculated memory usage percentage.