C# Class CSPspEmu.Hle.Modules.threadman.ThreadManForUser.MessageBox

Inheritance: IHleUidPoolClass, IDisposable
Mostrar archivo Open project: soywiz/cspspemu

Public Properties

Property Type Description
Attributes MbxAttributesEnum
Name string
Options SceKernelMbxOptParam

Public Methods

Method Description
IDisposable ( ) : void
Poll ( PspPointer PointerToMessage ) : bool
Receive ( PspPointer PointerToMessage, System.Action WakeUp ) : void
Send ( PspPointer Message ) : int

Protected Methods

Method Description
CheckQueue ( ) : void

Method Details

CheckQueue() protected method

protected CheckQueue ( ) : void
return void

IDisposable() public method

public IDisposable ( ) : void
return void

Poll() public method

public Poll ( PspPointer PointerToMessage ) : bool
PointerToMessage PspPointer
return bool

Receive() public method

public Receive ( PspPointer PointerToMessage, System.Action WakeUp ) : void
PointerToMessage PspPointer
WakeUp System.Action
return void

Send() public method

public Send ( PspPointer Message ) : int
Message PspPointer
return int

Property Details

Attributes public_oe property

public MbxAttributesEnum Attributes
return MbxAttributesEnum

Name public_oe property

public string Name
return string

Options public_oe property

public SceKernelMbxOptParam Options
return SceKernelMbxOptParam