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

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

공개 프로퍼티들

프로퍼티 타입 설명
_Base byte*

공개 메소드들

메소드 설명
Dispose ( ) : void
FastPspMemory ( ) : System
PointerToPspAddressUnsafe ( void Pointer ) : uint
PspAddressToPointerUnsafe ( uint _Address ) : void*

비공개 메소드들

메소드 설명
AllocMemoryOnce ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FastPspMemory() 공개 메소드

public FastPspMemory ( ) : System
리턴 System

PointerToPspAddressUnsafe() 공개 메소드

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

PspAddressToPointerUnsafe() 공개 메소드

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

프로퍼티 상세

_Base 공개적으로 정적으로 프로퍼티

public static byte* _Base
리턴 byte*