Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
CSPspEmu
Hle
HlePspFunctionAttribute
C# Class CSPspEmu.Hle.HlePspFunctionAttribute
Inheritance:
System.Attribute
Afficher le fichier
Open project: soywiz/cspspemu
Class Usage Examples
Méthodes publiques
Свойство
Type
Description
CheckInsideInterrupt
bool
FirmwareVersion
uint
NID
uint
Name
string
SkipLog
bool
Property Details
CheckInsideInterrupt
public_oe property
Avoids being executed inside an interrupt.
public
bool
CheckInsideInterrupt
Résultat
bool
FirmwareVersion
public_oe property
Firmware Version where the function starts to appear.
public
uint
FirmwareVersion
Résultat
uint
NID
public_oe property
ID for functions. It was initially the first 32 bits of the SHA-1 of the name of the function.
public
uint
NID
Résultat
uint
Name
public_oe property
Optional name.
public
string
Name
Résultat
string
SkipLog
public_oe property
Avoids being logged.
public
bool
SkipLog
Résultat
bool