• Hello
Search Results for

    Show / Hide Table of Contents

    Interface IDesktopCheatingDetectionStatus

    Extends with the type of cheating detected on the desktop and a short human readable evidence string.

    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
    In This Article
    Back to top GuardingPearSoftware documentation