Skip to main content

Delegate EntryPoint.VehDelegate

A delegate used from VEH handler on exception which CoreCLR will fast fail by default.

Assembly: Dalamud.dll
Declaration
public delegate nint EntryPoint.VehDelegate()

Methods

Invoke()

Declaration
public virtual nint Invoke()
Returns

System.IntPtr

BeginInvoke(AsyncCallback, object)

Declaration
public virtual IAsyncResult BeginInvoke(AsyncCallback callback, object @object)
Returns

System.IAsyncResult

Parameters
TypeName
System.AsyncCallbackcallback
System.Objectobject

EndInvoke(IAsyncResult)

Declaration
public virtual nint EndInvoke(IAsyncResult result)
Returns

System.IntPtr

Parameters
TypeName
System.IAsyncResultresult