Table of Contents

Method LoadLibrary

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

LoadLibrary(string)

Loads the specified native library using the platform-specific loader.

public static nint LoadLibrary(string libraryName)

Parameters

libraryName string

The library file name or full path.

Returns

nint

A handle to the loaded native library, or IntPtr.Zero on failure.