• Hello
Search Results for

    Show / Hide Table of Contents

    Struct DesktopCheatingDetectionStatus

    Default IDesktopCheatingDetectionStatus implementation carrying the false-positive likelihood, threat rating, detected desktop cheating type and a short human readable evidence string.

    Implements
    IDesktopCheatingDetectionStatus
    IDetectorStatus
    Namespace: GUPS.AntiCheat.Detector.Desktop
    Assembly: cs.temp.dll.dll
    Syntax
    public struct DesktopCheatingDetectionStatus : IDesktopCheatingDetectionStatus

    Constructors

    DesktopCheatingDetectionStatus(Single, UInt32, EDesktopCheatingType, String)

    Creates a new DesktopCheatingDetectionStatus with the given fields.

    Declaration
    public DesktopCheatingDetectionStatus(float _PossibilityOfFalsePositive, uint _ThreatRating, EDesktopCheatingType _DesktopCheatingType, string _Evidence)
    Parameters
    Type Name Description
    System.Single _PossibilityOfFalsePositive

    The false-positive likelihood in the range [0.0, 1.0].

    System.UInt32 _ThreatRating

    The threat rating reported with the detection.

    EDesktopCheatingType _DesktopCheatingType

    The type of cheating detected on the desktop.

    System.String _Evidence

    A short human readable evidence string. May be null or empty.

    Properties

    DesktopCheatingType

    Gets the type of cheating detected on the desktop, or UNKNOWN if no specific type could be classified.

    Declaration
    public EDesktopCheatingType DesktopCheatingType { readonly get; }
    Property Value
    Type Description
    EDesktopCheatingType

    Evidence

    Gets a short human readable evidence string describing what triggered the detection. May be empty.

    Declaration
    public string Evidence { readonly get; }
    Property Value
    Type Description
    System.String

    PossibilityOfFalsePositive

    Gets the probability that the reported threat is a false positive, in the range [0.0, 1.0].

    Declaration
    public float PossibilityOfFalsePositive { readonly get; }
    Property Value
    Type Description
    System.Single

    ThreatRating

    Gets the threat rating reported with this detection. Higher values denote greater perceived threats.

    Declaration
    public uint ThreatRating { readonly get; }
    Property Value
    Type Description
    System.UInt32

    Implements

    IDesktopCheatingDetectionStatus
    IDetectorStatus
    In This Article
    Back to top GuardingPearSoftware documentation