This function returns a comma-separated list of paths to the shared C libraries associated with the given namespace namespace_
.
There may be no shared library path associated, in which case this function will return null.
Note: The namespace must have already been loaded using a function such as require before calling this function.
| this |
A Repository or null for the singleton process-global default Repository |
| namespace_ |
Namespace to inspect |
|
Comma-separated list of paths to shared libraries, or null if none are associated |