Class MemoryMapBlock
Inheritance
System.Object
MemoryMapBlock
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Cosmos.Core
Assembly: Cosmos.Core.dll
Syntax
public class MemoryMapBlock
Fields
| Improve this Doc View SourceAddress
Base Address of the memory region
Declaration
public ulong Address
Field Value
Type | Description |
---|---|
System.UInt64 |
Length
Length in bytes of the region
Declaration
public ulong Length
Field Value
Type | Description |
---|---|
System.UInt64 |
Type
Type of RAM in region. 1 is available. 3 is for ACPI. All other is unavailable
Declaration
public uint Type
Field Value
Type | Description |
---|---|
System.UInt32 |