Class MemoryBlock16
MemoryBlock16 class.
Inheritance
System.Object
MemoryBlock16
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 MemoryBlock16
Fields
| Improve this Doc View SourceBase
Base.
Declaration
public readonly uint Base
Field Value
Type | Description |
---|---|
System.UInt32 |
Size
Size.
Declaration
public readonly uint Size
Field Value
Type | Description |
---|---|
System.UInt32 |
Properties
| Improve this Doc View SourceItem[UInt32]
Get and set memory block.
Declaration
public ushort this[uint aByteOffset] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | aByteOffset | Byte offset from start of memory block |
Property Value
Type | Description |
---|---|
System.UInt16 | ushort value. |
Exceptions
Type | Condition |
---|---|
System.Exception | Thrown on memory access violation. |