C# Class C64Lib.Memory.RamBytePointer

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

Méthodes publiques

Méthode Description
GetValues ( int length ) : byte[]
NewPointerAtOffset ( int offset ) : RamBytePointer
RamBytePointer ( RamBase memory ) : C64Lib.Memory.Base
RamBytePointer ( RamBase memory, int address ) : C64Lib.Memory.Base
SetValues ( byte values ) : void
this ( int offset ) : byte

Method Details

GetValues() public méthode

public GetValues ( int length ) : byte[]
length int
Résultat byte[]

NewPointerAtOffset() public méthode

public NewPointerAtOffset ( int offset ) : RamBytePointer
offset int
Résultat RamBytePointer

RamBytePointer() public méthode

public RamBytePointer ( RamBase memory ) : C64Lib.Memory.Base
memory C64Lib.Memory.Base.RamBase
Résultat C64Lib.Memory.Base

RamBytePointer() public méthode

public RamBytePointer ( RamBase memory, int address ) : C64Lib.Memory.Base
memory C64Lib.Memory.Base.RamBase
address int
Résultat C64Lib.Memory.Base

SetValues() public méthode

public SetValues ( byte values ) : void
values byte
Résultat void

this() public méthode

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