SCOMInterfaceFunctionClass-class {RDCOMServer} | 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
:"list"
a named
list of functions which act as the methods of the DCOM server. properties
:"character"
a named list of values which act as the properties of the DCOM server. ids
:"numeric"
inherited from SCOMClass-class
name
:"character"
inherited from SCOMClass-class
version
:"character"
inherited from SCOMClass-class
classId
:"Ruuid"
inherited from SCOMClass-class
progId
:"Ruuid"
inherited from SCOMClass-class
help
:"character"
inherited from SCOMClass-class
guids
:"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