C# 클래스 CSPspEmu.Hle.Threading.EventFlags.EventFlagInfo

Structure to hold the event flag information
파일 보기 프로젝트 열기: soywiz/cspspemu 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Attributes HleEventFlag.AttributesSet
CurrentPattern uint
InitialPattern uint
NumberOfWaitingThreads int
Size int

공개 메소드들

메소드 설명
EventFlagInfo ( int Dummy ) : System

ToString ( ) : string

메소드 상세

EventFlagInfo() 공개 메소드

public EventFlagInfo ( int Dummy ) : System
Dummy int
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Attributes 공개적으로 프로퍼티

0x0024 -
public HleEventFlag.AttributesSet Attributes
리턴 HleEventFlag.AttributesSet

CurrentPattern 공개적으로 프로퍼티

0x002C -
public uint CurrentPattern
리턴 uint

InitialPattern 공개적으로 프로퍼티

0x0028 -
public uint InitialPattern
리턴 uint

NumberOfWaitingThreads 공개적으로 프로퍼티

0x0030 -
public int NumberOfWaitingThreads
리턴 int

Size 공개적으로 프로퍼티

0x0000 -
public int Size
리턴 int