C# 클래스 C64Lib.Memory.RamBytePointer

파일 보기 프로젝트 열기: rosc77/vita64 1 사용 예제들

공개 메소드들

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

메소드 상세

GetValues() 공개 메소드

public GetValues ( int length ) : byte[]
length int
리턴 byte[]

NewPointerAtOffset() 공개 메소드

public NewPointerAtOffset ( int offset ) : RamBytePointer
offset int
리턴 RamBytePointer

RamBytePointer() 공개 메소드

public RamBytePointer ( RamBase memory ) : C64Lib.Memory.Base
memory C64Lib.Memory.Base.RamBase
리턴 C64Lib.Memory.Base

RamBytePointer() 공개 메소드

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

SetValues() 공개 메소드

public SetValues ( byte values ) : void
values byte
리턴 void

this() 공개 메소드

public this ( int offset ) : byte
offset int
리턴 byte