C# 클래스 CSPspEmu.Hle.Threading.EventFlags.HleEventFlag.WaitThread

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

공개 프로퍼티들

프로퍼티 타입 설명
BitsToMatch uint
HleThread HleThread
OutBits uint*
WaitType EventFlagWaitTypeSet
WakeUpCallback System.Action

공개 메소드들

메소드 설명
ToString ( ) : string

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

BitsToMatch 공개적으로 프로퍼티

public uint BitsToMatch
리턴 uint

HleThread 공개적으로 프로퍼티

public HleThread HleThread
리턴 HleThread

OutBits 공개적으로 프로퍼티

public uint* OutBits
리턴 uint*

WaitType 공개적으로 프로퍼티

public EventFlagWaitTypeSet WaitType
리턴 EventFlagWaitTypeSet

WakeUpCallback 공개적으로 프로퍼티

public Action,System WakeUpCallback
리턴 System.Action