Class
Xojo.Introspection.ParameterInfo
Warning
This item was deprecated in version 2020r2. Please use ParameterInfo as a replacement.
Description
Provides information on method parameters using introspection.
Properties
Name |
Type |
Read-Only |
Shared |
---|---|---|---|
✓ |
|||
✓ |
Property descriptions
Xojo.Introspection.ParameterInfo.IsByRef
IsByRef As Boolean
Checks if the parameter is passed ByRef instead of ByVal.
This property is read-only.
Xojo.Introspection.ParameterInfo.ParameterType
ParameterType As TypeInfo
Type information for the parameter.
This property is read-only.
Notes
You get an array of ParameterInfo objects by calling Xojo.Introspection.MemberInfo.
Compatibility
All project types on all supported operating systems.