메소드 |
설명 |
|
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 ) : MemoryBlock |
|
|
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 |
|
|