Class AntiDebug
Inheritance
System.Object
AntiDebug
Implements
System.IDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Dalamud.Game.Internal
Assembly: Dalamud.dll
Syntax
public class AntiDebug : IDisposable
Constructors
| Improve this Doc View SourceAntiDebug(SigScanner)
Declaration
public AntiDebug(SigScanner scanner)
Parameters
| Type | Name | Description |
|---|---|---|
| SigScanner | scanner |
Properties
| Improve this Doc View SourceIsEnabled
Declaration
public bool IsEnabled { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Methods
| Improve this Doc View SourceDispose()
Declaration
public void Dispose()
Enable()
Declaration
public void Enable()
Implements
System.IDisposable