Table of Contents

Class InjectionDetectionInfo

Namespace
CodeStage.AntiCheat.Detectors
Assembly
Build.dll

Contains detailed information about latest Injection detection.

public class InjectionDetectionInfo : ICheatDetectionInfo
Inheritance
object
InjectionDetectionInfo
Implements

Constructors

InjectionDetectionInfo(string)

public InjectionDetectionInfo(string reason)

Parameters

reason string

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.