Table of Contents

Method GetNativeLibraryHandleMsw

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GetNativeLibraryHandleMsw(string)

Checks whether a native library (DLL) is loaded in the current process (Windows/MSW) and returns its handle (base address) if found, or IntPtr.Zero if not.

public static nint GetNativeLibraryHandleMsw(string libraryName)

Parameters

libraryName string

Returns

nint