Class EntryPoint
The main entrypoint for the Dalamud system.
Inheritance
System.Object
EntryPoint
Namespace: Dalamud
Assembly: Dalamud.dll
Syntax
public sealed class EntryPoint : IEntryPoint
Constructors
| Improve this Doc View SourceEntryPoint(RemoteHooking.IContext, DalamudStartInfo)
Initializes a new instance of the EntryPoint class.
Declaration
public EntryPoint(RemoteHooking.IContext ctx, DalamudStartInfo info)
Parameters
| Type | Name | Description |
|---|---|---|
| RemoteHooking.IContext | ctx | The |
| DalamudStartInfo | info | The DalamudStartInfo containing information needed to initialize Dalamud. |
Methods
| Improve this Doc View SourceRun(RemoteHooking.IContext, DalamudStartInfo)
Initialize all Dalamud subsystems and start running on the main thread.
Declaration
public void Run(RemoteHooking.IContext ctx, DalamudStartInfo info)
Parameters
| Type | Name | Description |
|---|---|---|
| RemoteHooking.IContext | ctx | The |
| DalamudStartInfo | info | The DalamudStartInfo containing information needed to initialize Dalamud. |