Class TimeCheatingDetectionInfo
Contains detailed information about latest Time Cheating detection.
public class TimeCheatingDetectionInfo : ICheatDetectionInfo
- Inheritance
-
objectTimeCheatingDetectionInfo
- Implements
Constructors
TimeCheatingDetectionInfo(CheckResult, ErrorKind)
public TimeCheatingDetectionInfo(TimeCheatingDetector.CheckResult result, TimeCheatingDetector.ErrorKind error)
Parameters
resultTimeCheatingDetector.CheckResulterrorTimeCheatingDetector.ErrorKind
Properties
Error
Error kind, if any.
public TimeCheatingDetector.ErrorKind Error { get; }
Property Value
Result
Result of the check that triggered detection.
public TimeCheatingDetector.CheckResult Result { get; }
Property Value
Methods
GetDetectionInfo()
Returns a formatted string containing detailed information about the detection.
public string GetDetectionInfo()
Returns
- string
Formatted string with detection details.
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.