C# 클래스 CSPspEmu.Hle.Modules.threadman.ThreadManForUser.MessageBox

상속: IHleUidPoolClass, IDisposable
파일 보기 프로젝트 열기: soywiz/cspspemu

공개 프로퍼티들

프로퍼티 타입 설명
Attributes MbxAttributesEnum
Name string
Options SceKernelMbxOptParam

공개 메소드들

메소드 설명
IDisposable ( ) : void
Poll ( PspPointer PointerToMessage ) : bool
Receive ( PspPointer PointerToMessage, System.Action WakeUp ) : void
Send ( PspPointer Message ) : int

보호된 메소드들

메소드 설명
CheckQueue ( ) : void

메소드 상세

CheckQueue() 보호된 메소드

protected CheckQueue ( ) : void
리턴 void

IDisposable() 공개 메소드

public IDisposable ( ) : void
리턴 void

Poll() 공개 메소드

public Poll ( PspPointer PointerToMessage ) : bool
PointerToMessage PspPointer
리턴 bool

Receive() 공개 메소드

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

Send() 공개 메소드

public Send ( PspPointer Message ) : int
Message PspPointer
리턴 int

프로퍼티 상세

Attributes 공개적으로 프로퍼티

public MbxAttributesEnum Attributes
리턴 MbxAttributesEnum

Name 공개적으로 프로퍼티

public string Name
리턴 string

Options 공개적으로 프로퍼티

public SceKernelMbxOptParam Options
리턴 SceKernelMbxOptParam