Table of Contents

Delegate GetExceptionSlot

Namespace
MonoMod.Core.Platforms
Assembly
MonoMod.Core.dll
A delegate which gets a pointer to the current thread's native exception slot.
public delegate nint* GetExceptionSlot()

Returns

nint*
A pointer to the current thread's native exception slot.
Extension Methods