Method FindParametersByMask
FindParametersByMask(string)
Finds the parameter by the specified mask.
public ParameterInfo[] FindParametersByMask(string parameterDescriptionMask)
Parameters
parameterDescriptionMask
stringMask with wildcards '*' and '?'.
Returns
FindParametersByMask(string, bool)
Finds the parameter by the specified mask.
public ParameterInfo[] FindParametersByMask(string parameterDescriptionMask, bool writeParameter)
Parameters
parameterDescriptionMask
stringMask with wildcards '*' and '?'.
writeParameter
boolIf
true
, specifically looks for a write parameter.
Returns
- ParameterInfo[]
The parameter info or null or empty if nothing was found.