Struct MemoryStatus
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Assembly: Asgard3.Core.dll
Syntax
public struct MemoryStatus
Fields
|
Improve this Doc
View Source
AvailablePageFile
Declaration
public uint AvailablePageFile
Field Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
AvailablePhysical
Declaration
public uint AvailablePhysical
Field Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
AvailableVirtual
Declaration
public uint AvailableVirtual
Field Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Length
Declaration
Field Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
MemoryLoad
Declaration
Field Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
TotalPageFile
Declaration
public uint TotalPageFile
Field Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
TotalPhysical
Declaration
public uint TotalPhysical
Field Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
TotalVirtual
Declaration
Field Value
Type |
Description |
System.UInt32 |
|