Skip to main content

Class IpcContext

The context associated for an IPC call. Reads from ThreadLocal.

Assembly: Dalamud.dll
View Source
Declaration
public class IpcContext

Properties

SourcePlugin

Gets the plugin that initiated this IPC call.

View Source
Declaration
public IExposedPlugin? SourcePlugin { get; init; }

Methods

ToString()

Returns a string that represents the current object.

View Source
Declaration
public override string ToString()
Returns

System.String: A string that represents the current object.