FunctionDescription-class | R Documentation |
These classes describe a function element in a type library.
The different types of functions refer to regular
functions (FunctonInvokeDescription
)
and property accessors.
The different classes are used simply for type information
and dispatching rather than additional slots.
The description object gives details about
the parameters, the return type, the type of function (regular or property accessor).
One can determine from the collection of functions whether a property is read-only by determining if there is no set method for that property.
getFuncs
returnType
:Object of class "TypeDescription"
a description of the return values for this function.
parameters
:Object of class "list"
a list of ParameterDescription-class
objects detailing the different parameters for the function.
invokeType
:Object of class "integer"
a named integer indicating how this function should be invoked,
i.e. as a propertyget, propertyput, function call,
propertyrefput,
name
:Object of class "character", from class "ElementDescription"
~~
hidden
:Object of class "logical", from class "ElementDescription"
~~
Class "ElementDescription"
, directly.
No methods defined with class "FunctionDescription" in the signature.
Duncan Temple Lang <duncan@wald.ucdavis.edu>
http://msdn.microsoft.com/library http://www.omegahat.org/SWinTypeLibs
ElementDescription-class
getFuncs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.