Method GetCurrentApplicationReferences
GetCurrentApplicationReferences()
Retrieves a list of native libraries referenced by the currently running application. This method does not attempt to load the libraries.
public static string[] GetCurrentApplicationReferences()
Returns
- string[]
An array of strings containing the names of referenced native libraries.