Table of Contents

Delegate NativeLibraryLoadDelegate

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

Delegate for overriding native library loading. Used in NativeLibraryLoadOverride property.

public delegate nint NativeLibraryLoadDelegate(string libraryPath)

Parameters

libraryPath string

The path to the native library.

Returns

nint

The handle to the loaded native library.