C# 클래스 CSPspEmu.CWCheatEntry

파일 보기 프로젝트 열기: soywiz/cspspemu

공개 프로퍼티들

프로퍼티 타입 설명
Code uint
Values uint[]

Private Properties

프로퍼티 타입 설명
_Patch void

공개 메소드들

메소드 설명
Patch ( PspMemory PspMemory ) : void
Read ( Queue List ) : void

비공개 메소드들

메소드 설명
_Patch ( PspMemory PspMemory ) : void

메소드 상세

Patch() 공개 메소드

public Patch ( PspMemory PspMemory ) : void
PspMemory PspMemory
리턴 void

Read() 공개 메소드

public Read ( Queue List ) : void
List Queue
리턴 void

프로퍼티 상세

Code 공개적으로 프로퍼티

public uint Code
리턴 uint

Values 공개적으로 프로퍼티

public uint[] Values
리턴 uint[]