Method GetReferencedNativeLibraries
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
stringThe path to the native library file.
Returns
- string[]
An array of referenced library names.