Delegate NativeLibraryLoadDelegate
Delegate for overriding native library loading. Used in NativeLibraryLoadOverride property.
public delegate nint NativeLibraryLoadDelegate(string libraryPath)
Parameters
libraryPathstringThe path to the native library.
Returns
- nint
The handle to the loaded native library.