Method | Description | |
---|---|---|
Allocate ( uint count ) : void | ||
Fill ( uint pattern ) : void | ||
GetByte ( uint offset ) : byte | ||
GetChar ( uint offset ) : char | ||
GetInt ( uint offset ) : int | ||
GetUInt ( uint offset ) : uint | ||
GetUShort ( uint offset ) : ushort | ||
MemoryBlock ( uint length ) : System | ||
Offset ( uint offset ) : |
||
Release ( ) : void | ||
SetByte ( uint offset, byte value ) : void | ||
SetChar ( uint offset, char value ) : void | ||
SetChars ( uint offset, char value ) : void | ||
SetInt ( uint offset, int value ) : void | ||
SetString ( uint offset, string value ) : void | ||
SetUInt ( uint offset, uint value ) : void | ||
SetUShort ( uint offset, ushort value ) : void | ||
this ( int index ) : byte |
Method | Description | |
---|---|---|
CopyFrom ( |
||
CopyTo ( |
||
Fill ( uint pattern, uint index, uint count ) : void | ||
MemoryBlock ( uint address, uint length ) : System | ||
Move ( uint source, uint dest, uint count ) : void |
public SetByte ( uint offset, byte value ) : void | ||
offset | uint | |
value | byte | |
return | void |
public SetChar ( uint offset, char value ) : void | ||
offset | uint | |
value | char | |
return | void |
public SetChars ( uint offset, char value ) : void | ||
offset | uint | |
value | char | |
return | void |
public SetInt ( uint offset, int value ) : void | ||
offset | uint | |
value | int | |
return | void |
public SetString ( uint offset, string value ) : void | ||
offset | uint | |
value | string | |
return | void |
public SetUInt ( uint offset, uint value ) : void | ||
offset | uint | |
value | uint | |
return | void |
public SetUShort ( uint offset, ushort value ) : void | ||
offset | uint | |
value | ushort | |
return | void |