Class EntryPoint
Inheritance
System.Object
EntryPoint
Implements
EasyHook.IEntryPoint
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
Assembly: Dalamud.dll
Syntax
public sealed class EntryPoint : IEntryPoint
Constructors
| Improve this Doc View SourceEntryPoint(RemoteHooking.IContext, DalamudStartInfo)
Declaration
public EntryPoint(RemoteHooking.IContext ctx, DalamudStartInfo info)
Parameters
| Type | Name | Description |
|---|---|---|
| EasyHook.RemoteHooking.IContext | ctx | |
| DalamudStartInfo | info |
Methods
| Improve this Doc View SourceRun(RemoteHooking.IContext, DalamudStartInfo)
Declaration
public void Run(RemoteHooking.IContext ctx, DalamudStartInfo info)
Parameters
| Type | Name | Description |
|---|---|---|
| EasyHook.RemoteHooking.IContext | ctx | |
| DalamudStartInfo | info |
Implements
EasyHook.IEntryPoint