Show / Hide Table of Contents

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 Source

EntryPoint(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 Source

Run(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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX