Table of Contents

Method OpenLibrary

Namespace
MonoMod.Utils
Assembly
MonoMod.Utils.dll

OpenLibrary(string?)

Open a given library and get its handle.
public static nint OpenLibrary(string? name)

Parameters

name string
The library name.

Returns

nint
The library handle.

Remarks

Passing null to name will get the entrypoint module's handle.