Table of Contents

Method GetReferencedNativeLibraries

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

GetReferencedNativeLibraries(string?)

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

public static string[] GetReferencedNativeLibraries(string? libraryPath)

Parameters

libraryPath string

The path to the native library file.

Returns

string[]

An array of referenced library names.