Method GetLoadedLibraries
GetLoadedLibraries()
Retrieves a list of loaded native libraries (Windows, Linux, macOs).
public static string[] GetLoadedLibraries()
Returns
- string[]
An array of strings containing the paths of the loaded libraries.
Retrieves a list of loaded native libraries (Windows, Linux, macOs).
public static string[] GetLoadedLibraries()
An array of strings containing the paths of the loaded libraries.