Xojo.Introspection.ParameterInfo

From Xojo Documentation

Class (inherits from Object)

Provides information on method parameters using introspection.

Properties
IsByRef fa-lock-32.png ParameterType fa-lock-32.png

Notes

You get an array of ParameterInfo objects by calling Xojo.Introspection.MemberInfo.Parameters.

See Also