Method IsNativeLibraryLoadedMsw
IsNativeLibraryLoadedMsw(string)
Determines whether a native library with the specified name is currently loaded in the process.
public static bool IsNativeLibraryLoadedMsw(string libraryName)
Parameters
libraryNamestringThe name of the library to check for. The comparison is case-insensitive.
Returns
Remarks
This method checks all loaded modules in the current process to determine if any module's name contains the specified library name. The comparison is performed in a case-insensitive manner.