CommandTypeGetParameterByName Method
|
Retrieve a full ParameterType object by it's ParamText property value, if it exists.
Namespace:
us.FreeWill.CommandLine
Assembly:
CommandLine (in CommandLine.dll) Version: 2.0.2341.22284
Syntax public ParameterType GetParameterByName(
string parameterName
)
Parameters
- parameterName
- Type: SystemString
The text of the paramter object to find.
Return Value
Type:
ParameterTypeA ParamterType object found or null.
See Also