Struct MemoryStatus
Provides current memory status snapshot
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Azos.Platform
Assembly: Azos.dll
Syntax
[Serializable]
public struct MemoryStatus
Properties
AvailablePageFileBytes
Declaration
public ulong AvailablePageFileBytes { get; set; }
Property Value
Type | Description |
---|---|
System.UInt64 |
AvailablePhysicalBytes
Declaration
public ulong AvailablePhysicalBytes { get; set; }
Property Value
Type | Description |
---|---|
System.UInt64 |
AvailableVirtBytes
Declaration
public ulong AvailableVirtBytes { get; set; }
Property Value
Type | Description |
---|---|
System.UInt64 |
LoadPct
Declaration
public uint LoadPct { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
TotalPageFileBytes
Declaration
public ulong TotalPageFileBytes { get; set; }
Property Value
Type | Description |
---|---|
System.UInt64 |
TotalPhysicalBytes
Declaration
public ulong TotalPhysicalBytes { get; set; }
Property Value
Type | Description |
---|---|
System.UInt64 |
TotalVirtBytes
Declaration
public ulong TotalVirtBytes { get; set; }
Property Value
Type | Description |
---|---|
System.UInt64 |