Interface IDesktopCheatingDetectionStatus
Extends
Namespace: GUPS.AntiCheat.Detector.Desktop
Assembly: cs.temp.dll.dll
Syntax
public interface IDesktopCheatingDetectionStatus
Properties
DesktopCheatingType
Gets the type of cheating detected on the desktop.
Declaration
EDesktopCheatingType DesktopCheatingType { get; }
Property Value
| Type | Description |
|---|---|
| EDesktopCheatingType |
Evidence
Gets a short human readable evidence string describing what triggered the detection (e.g. an assembly name, a file path, a BIOS string, a MAC OUI). May be empty if no specific evidence is available.
Declaration
string Evidence { get; }
Property Value
| Type | Description |
|---|---|
| System.String |