Skip to content

Note: this function currently only works on Windows.

Usage

ps_shared_libs(p = ps_handle())

Arguments

p

Process handle.

Value

Data frame with one column currently: path, the absolute path to the loaded module or shared library. On Windows the list includes the executable file itself.

Examples

if (FALSE) { # ps::ps_is_supported() && !ps:::is_cran_check() && ps::ps_os_type()[["WINDOWS"]]
# The loaded DLLs of the current process
ps_shared_libs()
}