FunctionDescription-class {SWinTypeLibs} | 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.
returnType
:"TypeDescription"
a description of the return values for this function.parameters
:"list"
a list of ParameterDescription-class
objects detailing the different parameters for the function.
invokeType
:"integer"
a named integer indicating how this function should be invoked,
i.e. as a propertyget, propertyput, function call,
propertyrefput,
name
:"character", from class "ElementDescription"
~~ hidden
:"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