C# Class C64Lib.Memory.Base.RamBase

Inheritance: MemoryBase
Afficher le fichier Open project: rosc77/vita64 Class Usage Examples

Méthodes publiques

Méthode Description
Clear ( ) : void
Clear ( int address, int length ) : void
MemCopy ( int destinationAddress, int sourceAddress, int count ) : void
MemSet ( int destinationAddress, byte value, int count ) : void
NewBytePointer ( int address ) : RamBytePointer
RamBase ( int size ) : System
Write ( int address, byte bytes ) : void
this ( RamBytePointer pointer ) : byte
this ( int address ) : byte

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

Clear() public méthode

public Clear ( int address, int length ) : void
address int
length int
Résultat void

MemCopy() public méthode

public MemCopy ( int destinationAddress, int sourceAddress, int count ) : void
destinationAddress int
sourceAddress int
count int
Résultat void

MemSet() public méthode

public MemSet ( int destinationAddress, byte value, int count ) : void
destinationAddress int
value byte
count int
Résultat void

NewBytePointer() public méthode

public NewBytePointer ( int address ) : RamBytePointer
address int
Résultat RamBytePointer

RamBase() public méthode

public RamBase ( int size ) : System
size int
Résultat System

Write() public méthode

public Write ( int address, byte bytes ) : void
address int
bytes byte
Résultat void

this() public méthode

public this ( RamBytePointer pointer ) : byte
pointer RamBytePointer
Résultat byte

this() public méthode

public this ( int address ) : byte
address int
Résultat byte