C# 클래스 CSPspEmu.Core.Memory.LazyPspMemory

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

공개 메소드들

메소드 설명
LazyPspMemory ( )
PointerToPspAddressUnsafe ( void Pointer ) : uint
PspAddressToPointerUnsafe ( uint _Address ) : void*

비공개 메소드들

메소드 설명
LazyCreateMemory ( ) : void

메소드 상세

LazyPspMemory() 공개 메소드

public LazyPspMemory ( )

PointerToPspAddressUnsafe() 공개 메소드

public PointerToPspAddressUnsafe ( void Pointer ) : uint
Pointer void
리턴 uint

PspAddressToPointerUnsafe() 공개 메소드

public PspAddressToPointerUnsafe ( uint _Address ) : void*
_Address uint
리턴 void*