C# Class CSPspEmu.Hle.Threading.EventFlags.HleEventFlag.WaitThread

Show file Open project: soywiz/cspspemu

Public Properties

Property Type Description
BitsToMatch uint
HleThread HleThread
OutBits uint*
WaitType EventFlagWaitTypeSet
WakeUpCallback System.Action

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

BitsToMatch public property

public uint BitsToMatch
return uint

HleThread public property

public HleThread HleThread
return HleThread

OutBits public property

public uint* OutBits
return uint*

WaitType public property

public EventFlagWaitTypeSet WaitType
return EventFlagWaitTypeSet

WakeUpCallback public property

public Action,System WakeUpCallback
return System.Action