C# Class CSPspEmu.Core.Memory.FastPspMemory

Inheritance: PspMemory
Show file Open project: soywiz/cspspemu

Public Properties

Property Type Description
_Base byte*

Public Methods

Method Description
Dispose ( ) : void
FastPspMemory ( ) : System
PointerToPspAddressUnsafe ( void Pointer ) : uint
PspAddressToPointerUnsafe ( uint _Address ) : void*

Private Methods

Method Description
AllocMemoryOnce ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

FastPspMemory() public method

public FastPspMemory ( ) : System
return System

PointerToPspAddressUnsafe() public method

public PointerToPspAddressUnsafe ( void Pointer ) : uint
Pointer void
return uint

PspAddressToPointerUnsafe() public method

public PspAddressToPointerUnsafe ( uint _Address ) : void*
_Address uint
return void*

Property Details

_Base public static property

public static byte* _Base
return byte*