C# 클래스 CSPspEmu.Hle.HlePspFunctionAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: soywiz/cspspemu 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CheckInsideInterrupt bool
FirmwareVersion uint
NID uint
Name string
SkipLog bool

프로퍼티 상세

CheckInsideInterrupt 공개적으로 프로퍼티

Avoids being executed inside an interrupt.
public bool CheckInsideInterrupt
리턴 bool

FirmwareVersion 공개적으로 프로퍼티

Firmware Version where the function starts to appear.
public uint FirmwareVersion
리턴 uint

NID 공개적으로 프로퍼티

ID for functions. It was initially the first 32 bits of the SHA-1 of the name of the function.
public uint NID
리턴 uint

Name 공개적으로 프로퍼티

Optional name.
public string Name
리턴 string

SkipLog 공개적으로 프로퍼티

Avoids being logged.
public bool SkipLog
리턴 bool