Show / Hide Table of Contents

Class EntryPoint

The main entrypoint for the Dalamud system.

Inheritance
System.Object
EntryPoint
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
Assembly: Dalamud.dll
Syntax
public sealed class EntryPoint

Methods

| Improve this Doc View Source

Initialize(IntPtr)

Initialize Dalamud.

Declaration
public static void Initialize(IntPtr infoPtr)
Parameters
Type Name Description
System.IntPtr infoPtr

Pointer to a serialized DalamudStartInfo data.

| Improve this Doc View Source

VehCallback(IntPtr, IntPtr, IntPtr)

Show error message along with stack trace and exit.

Declaration
public static void VehCallback(IntPtr dumpPath, IntPtr logPath, IntPtr log)
Parameters
Type Name Description
System.IntPtr dumpPath

Path to minidump file created in UTF-16.

System.IntPtr logPath

Path to log file to create in UTF-16.

System.IntPtr log

Log text in UTF-16.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX