Returns an array representing the element's parameter types.
Returns an array of Type objects representing this element's parameter types. If a parameter does not have an associated reflective type, its value is null.
Invokes this element on the given instance of class using arguments given as an array of Variant values. For static elements, the value of the instance object may be null. The result is returned as a Variant. If the call would return void, a null value is returned instead.
Ditto, but arguments are taken as variadic arguments. A template argument may be specified to covert the result of the call.
A Type object that represent's this element's return type, if type type has reflective support. Null is returned otherwise.
This element's return TypeInfo object.
Checks if this element accepts variable arguments.