Defines a single parameter in the current method. The type of each parameter is taken from its position within the signature of the method.
- name
- The parameter name.
- attributes
- A bitwise combination of the parameter attributes.
- sequence
- The parameter signature.
- addrKind
- The address types for addr1, addr2, and addr3.
- addr1
- The first address for the parameter specification.
- addr2
- The second address for the parameter specification.
- addr3
- The third address for the parameter specification.
If parameters are defined in the metadata for a given method, you do not have to define them again with calls to this method. Symbol readers need to check for these in the normal metadata first, and then use the symbol store.