Table of Contents

Class NativeLibraryInspector

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

Provides functionality to inspect native libraries without loading them. Supports Windows, Linux, and macOS.

public static class NativeLibraryInspector
Inheritance
NativeLibraryInspector

Methods

GetCurrentApplicationReferences()

Retrieves a list of native libraries referenced by the currently running application. This method does not attempt to load the libraries.

GetReferencedNativeLibraries(string?)

Retrieves a list of native libraries referenced by the specified library file. This method does not load the library.