dyn.load
) that are currently loaded in the Rsession.getLoadedDLLs()
"DLLInfoList"
which is a list with an
element corresponding to each DLL that is currently loaded in the
session. Each element is an object of class "DLLInfo"
which
has the following entries."DLLHandle"
.DLLInfo
has an overloaded method for
$
which can be used to resolve native symbols within that
DLL. Therefore, one must access the R-level elements described
above using [[
, e.g.x[["name"]]
or x[["handle"]]
.getDLLRegisteredRoutines
,
getNativeSymbolInfo