Click or drag to resize

ProcedureInfo Fields

The ProcedureInfo type exposes the following members.

Fields
  NameDescription
Public fieldannotations
The annotations of the procedure
Public fieldinputNames
Names of the procedure parameters.
Public fieldinputs
The GrGen types of the procedure parameters.
Public fieldisExternal
Tells whether the procedure is an externally defined one or an internal one
Public fieldname
The name of the procedure.
Public fieldoutputs
The GrGen types of the procedure return values.
Public fieldpackage
null if this is a global type, otherwise the package the type is contained in.
Public fieldpackagePrefixedName
The name of the type in case of a global type, the name of the type prefixed by the name of the package otherwise.
Protected fieldReturnArray
Performance optimization: saves us usage of new in implementing the Apply method for returning an array.
Top
See Also