Table of Contents

Delegate NativeLibraryTryLoadDelegate

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

Delegate for trying to load native library.

public delegate bool NativeLibraryTryLoadDelegate(string libraryPath, out nint handle)

Parameters

libraryPath string

The path to the native library.

handle nint

The handle to the loaded native library.

Returns

bool

true if the library was loaded successfully; otherwise, false.