C# 클래스 C64Lib.Memory.Base.RamBase

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

공개 메소드들

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

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Clear() 공개 메소드

public Clear ( int address, int length ) : void
address int
length int
리턴 void

MemCopy() 공개 메소드

public MemCopy ( int destinationAddress, int sourceAddress, int count ) : void
destinationAddress int
sourceAddress int
count int
리턴 void

MemSet() 공개 메소드

public MemSet ( int destinationAddress, byte value, int count ) : void
destinationAddress int
value byte
count int
리턴 void

NewBytePointer() 공개 메소드

public NewBytePointer ( int address ) : RamBytePointer
address int
리턴 RamBytePointer

RamBase() 공개 메소드

public RamBase ( int size ) : System
size int
리턴 System

Write() 공개 메소드

public Write ( int address, byte bytes ) : void
address int
bytes byte
리턴 void

this() 공개 메소드

public this ( RamBytePointer pointer ) : byte
pointer RamBytePointer
리턴 byte

this() 공개 메소드

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