computeCOMNames | R Documentation |
This constructs a mapping of the different names of the functions, properties and argument names within a collection of functions and property declarations for a COM object. The result is an integer vector that provides an ID for each of the known names. This is used in the COM mechanism to handle names in method/property invocation.
computeCOMNames(els)
els |
an list containing functions to export as methods
in a COM object and an
element named |
This combines the property names with the names of the methods and all of the argument names for these functions.
A named integer vector giving the mapping between the set of names to the corresponding integers.
Duncan Temple Lang <duncan@wald.ucdavis.edu>
http://www.omegahat.org/RDCOMServer http://www.omegahat.org/SWinRegistry
COMSIDispatchObject
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.