ProviderKind Enumeration

Specifies the kind of provider that was the source of the arguments or subcommands.

Definition

Namespace: Ookii.CommandLine.Support
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.0.0+bb7ed9a8fdfd1cb21824750a8cf508863ad15086
C#
public enum ProviderKind

Members

Unknown0 A custom provider that was not part of Ookii.CommandLine.
Reflection1 An provider that uses reflection.
Generated2 An provider that uses source generation. These are typically created using the GeneratedParserAttribute and GeneratedCommandManagerAttribute attributes.

See Also