Class InjectionDetectionInfo
Contains detailed information about latest Injection detection.
public class InjectionDetectionInfo : ICheatDetectionInfo
- Inheritance
-
objectInjectionDetectionInfo
- Implements
Constructors
InjectionDetectionInfo(string)
public InjectionDetectionInfo(string reason)
Parameters
reasonstring
Properties
Reason
Reason for the detection (e.g., assembly name or detection cause).
public string Reason { get; }
Property Value
- string
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.