C# Class CSPspEmu.Core.Memory.LazyPspMemory

Inheritance: NormalPspMemory
Afficher le fichier Open project: soywiz/cspspemu

Méthodes publiques

Méthode Description
LazyPspMemory ( )
PointerToPspAddressUnsafe ( void Pointer ) : uint
PspAddressToPointerUnsafe ( uint _Address ) : void*

Private Methods

Méthode Description
LazyCreateMemory ( ) : void

Method Details

LazyPspMemory() public méthode

public LazyPspMemory ( )

PointerToPspAddressUnsafe() public méthode

public PointerToPspAddressUnsafe ( void Pointer ) : uint
Pointer void
Résultat uint

PspAddressToPointerUnsafe() public méthode

public PspAddressToPointerUnsafe ( uint _Address ) : void*
_Address uint
Résultat void*