ITypeLib-class | R Documentation |
Handle to an internal C-level type library (ITypeLib object in the Microsoft API) which contains meta-information about classes, methods, enumerations, interfaces, etc.
The IContainingTypeLib
class is a special type of
ITypeLib
. For the most part, it behaves much the same
as the ITypeLib
, but it is slightly different.
It is obtained via a different source than loading the type library
from a file. Rather it is computed from an ITypeInfo
object
which may come directly from a DCOM instance. One can fetch the
more complete ITypeLib
via a call to LoadTypeLib
.
This IContainingTypeLib
is defined in order to identify to the
user that the specific type library is not the same as a regular
ITypeLib
.
These are created using LoadTypeLib
.
ref
:Object of class "externalptr"
.
The address of the C-level object.
fileName
:character string (i.e. of length 1). This gives the name of the file containing the type library information.
signature(x = "ITypeLib")
: compute the number of elements
in the type library.
Duncan Temple Lang <duncan@wald.ucdavis.edu>
http://msdn.microsoft.com/library http://www.omegahat.org/RWinTypeLibs
ITypeInfo-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.