Interface IPALMachineInfo
Provides functions for getting Machine/OS info like CPU and RAM usage
Namespace: Azos.Platform.Abstraction
Assembly: Azos.dll
Syntax
public interface IPALMachineInfo
Properties
CurrentAvailableMemoryMb
Declaration
int CurrentAvailableMemoryMb { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
CurrentProcessorUsagePct
Declaration
int CurrentProcessorUsagePct { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsMono
Declaration
bool IsMono { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
GetMemoryStatus()
Declaration
MemoryStatus GetMemoryStatus()
Returns
Type | Description |
---|---|
MemoryStatus |