SCOMInterfaceFunctionClass-class | R Documentation |
This class is an extension of COMInterfaceServerInfo-class
meaning that it implements an existing and known DCOM interface.
It also extends SCOMFunctionClass-class
which means
that it does NOT use a generator function to create the list
of functions that implement the methods of the interface.
Instead, the list of functions is provided as-is.
Objects can be created by calls of the form new("SCOMInterfaceFunctionClass", ...)
.
functions
:Object of class "list"
a named
list of functions which act as the methods of the DCOM server.
properties
:Object of class "character"
a named list of values which act as the properties of the DCOM server.
ids
:Object of class "numeric"
inherited from SCOMClass-class
name
:Object of class "character"
inherited from SCOMClass-class
version
:Object of class "character"
inherited from SCOMClass-class
classId
:Object of class "Ruuid"
inherited from SCOMClass-class
progId
:Object of class "Ruuid"
inherited from SCOMClass-class
help
:Object of class "character"
inherited from SCOMClass-class
guids
:Object of class "character"
inherited from SCOMClass-class
Class "COMInterfaceServerInfo"
, directly.
Class "SCOMFunctionClass"
, directly.
Class "SCOMClass"
, by class "COMInterfaceServerInfo"
.
Class "SCOMClass"
, by class "SCOMFunctionClass"
.
No methods defined with class "SCOMInterfaceFunctionClass" in the signature.
Duncan Temple Lang <duncan@wald.ucdavis.edu>
http://www.omegahat.org/RDCOMServer
SCOMInterfaceEnvironmentClass-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.