Delegate NativeLibraryTryLoadDelegate
Delegate for trying to load native library.
public delegate bool NativeLibraryTryLoadDelegate(string libraryPath, out nint handle)
Parameters
libraryPathstringThe path to the native library.
handlenintThe handle to the loaded native library.
Returns
- bool
trueif the library was loaded successfully; otherwise,false.