GeneratedCommandInfoWithCustomParsingT Constructor
Namespace: Ookii.CommandLine.SupportAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
public GeneratedCommandInfoWithCustomParsing(
CommandManager manager,
CommandAttribute attribute,
DescriptionAttribute? descriptionAttribute = null,
IEnumerable<AliasAttribute>? aliasAttributes = null,
Type? parentCommandType = null
)
Public Sub New (
manager As CommandManager,
attribute As CommandAttribute,
Optional descriptionAttribute As DescriptionAttribute = Nothing,
Optional aliasAttributes As IEnumerable(Of AliasAttribute) = Nothing,
Optional parentCommandType As Type = Nothing
)
Dim manager As CommandManager
Dim attribute As CommandAttribute
Dim descriptionAttribute As DescriptionAttribute
Dim aliasAttributes As IEnumerable(Of AliasAttribute)
Dim parentCommandType As Type
Dim instance As New GeneratedCommandInfoWithCustomParsing(manager,
attribute, descriptionAttribute,
aliasAttributes, parentCommandType)
public:
GeneratedCommandInfoWithCustomParsing(
CommandManager^ manager,
CommandAttribute^ attribute,
DescriptionAttribute^ descriptionAttribute = nullptr,
IEnumerable<AliasAttribute^>^ aliasAttributes = nullptr,
Type^ parentCommandType = nullptr
)
Parameters
- manager CommandManager
- The command manager.
- attribute CommandAttribute
- The CommandAttribute.
- descriptionAttribute DescriptionAttribute (Optional)
- The DescriptionAttribute.
- aliasAttributes IEnumerableAliasAttribute (Optional)
- A collection of AliasAttribute values.
- parentCommandType Type (Optional)
- The type of the parent command.