C# Class C64Lib.Memory.RamBytePointer

Mostrar archivo Open project: rosc77/vita64 Class Usage Examples

Public Methods

Method 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 method

public GetValues ( int length ) : byte[]
length int
return byte[]

NewPointerAtOffset() public method

public NewPointerAtOffset ( int offset ) : RamBytePointer
offset int
return RamBytePointer

RamBytePointer() public method

public RamBytePointer ( RamBase memory ) : C64Lib.Memory.Base
memory C64Lib.Memory.Base.RamBase
return C64Lib.Memory.Base

RamBytePointer() public method

public RamBytePointer ( RamBase memory, int address ) : C64Lib.Memory.Base
memory C64Lib.Memory.Base.RamBase
address int
return C64Lib.Memory.Base

SetValues() public method

public SetValues ( byte values ) : void
values byte
return void

this() public method

public this ( int offset ) : byte
offset int
return byte