Class FrameworkAddressResolver
The address resolver for the Framework class.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dalamud.Game
Assembly: Dalamud.dll
Syntax
public sealed class FrameworkAddressResolver : BaseAddressResolver
Properties
| Improve this Doc View SourceBaseAddress
Gets the base address native Framework class.
Declaration
public IntPtr BaseAddress { get; }
Property Value
| Type | Description |
|---|---|
| System.IntPtr |
GuiManager
Gets the address for the native GuiManager class.
Declaration
public IntPtr GuiManager { get; }
Property Value
| Type | Description |
|---|---|
| System.IntPtr |
ScriptManager
Gets the address for the native ScriptManager class.
Declaration
public IntPtr ScriptManager { get; }
Property Value
| Type | Description |
|---|---|
| System.IntPtr |
Methods
| Improve this Doc View SourceSetup64Bit(SigScanner)
Setup the resolver by finding any necessary memory addresses.
Declaration
protected override void Setup64Bit(SigScanner sig)
Parameters
| Type | Name | Description |
|---|---|---|
| SigScanner | sig |