Method GetNativeLibraryHandleMsw
GetNativeLibraryHandleMsw(string)
Checks whether a native library (DLL) is loaded in the current process (Windows/MSW) and returns its handle (base address) if found, or IntPtr.Zero if not.
public static nint GetNativeLibraryHandleMsw(string libraryName)
Parameters
libraryNamestring