ParameterDescription-class {SWinTypeLibs} | R Documentation |
This describes an individual parameter in a function definition within a type library. It provides the name of the parameter, its type and default value, and its style (e.g. in or out, whether it is optional).
Objects can be created by calls of the form new("ParameterDescription", ...)
.
name
:"character"
the name of the parameter, used in providing arguments in calls by name.type
:"TypeDescription"
the information for this parameter describing the
data type that is expected in the call to this function for this parameter style
:"ParameterStyle"
the call style for this parameter, indicating whether it is an
in, out or in/out argument by which it transfers content to and from
the function. defaultValue
:"ANY"
an S object giving the default value for this argument if any.
No methods defined with class "ParameterDescription" in the signature.
Duncan Temple Lang <duncan@wald.ucdavis.edu>
http://msdn.microsoft.com/library http://www.omegahat.org/RWinTypeLibs
getElements
ElementDescription-class
FunctionDescription-class
VariableDescription-class
TypeDescription-class
PointerTypeDescription-class