Method NativeLibraryTryLoad
NativeLibraryTryLoad(string, out nint)
Tries to load native library using NativeLibrary.TryLoad.
public static bool NativeLibraryTryLoad(string libraryPath, out nint handle)
Parameters
Returns
- bool
trueif the library was loaded successfully; otherwise,false.