| Line 26... |
Line 26... |
| 26 |
\value{
|
26 |
\value{
|
| 27 |
An object of class \code{"DLLInfoList"} which is a list with an
|
27 |
An object of class \code{"DLLInfoList"} which is a list with an
|
| 28 |
element corresponding to each DLL that is currently loaded in the
|
28 |
element corresponding to each DLL that is currently loaded in the
|
| 29 |
session. Each element is an object of class \code{"DLLInfo"} which
|
29 |
session. Each element is an object of class \code{"DLLInfo"} which
|
| 30 |
has the following entries.
|
30 |
has the following entries.
|
| 31 |
|
31 |
|
| 32 |
\item{name}{the abbreviated name.}
|
32 |
\item{name}{the abbreviated name.}
|
| 33 |
\item{path}{the fully qualified name of the loaded DLL.}
|
33 |
\item{path}{the fully qualified name of the loaded DLL.}
|
| 34 |
\item{dynamicLookup}{a logical value indicating whether R uses only
|
34 |
\item{dynamicLookup}{a logical value indicating whether R uses only
|
| 35 |
the registration information to resolve symbols or whether it
|
35 |
the registration information to resolve symbols or whether it
|
| 36 |
searches the entire symbol table of the DLL.}
|
36 |
searches the entire symbol table of the DLL.}
|