Table of Contents

Method IsNativeLibraryLoadedMsw

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

IsNativeLibraryLoadedMsw(string)

Determines whether a native library with the specified name is currently loaded in the process.

public static bool IsNativeLibraryLoadedMsw(string libraryName)

Parameters

libraryName string

The name of the library to check for. The comparison is case-insensitive.

Returns

bool

true if a native library with the specified name is loaded; otherwise, false.

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.