Table of Contents

Method GetExport

Namespace
MonoMod.Utils
Assembly
MonoMod.Utils.dll

GetExport(nint, string)

Get a pointer to an export from the given library.
public static nint GetExport(this nint libraryPtr, string name)

Parameters

libraryPtr nint
The library handle.
name string
The function name.

Returns

nint
The function pointer.