public enum ProviderKindPublic Enumeration ProviderKind
Dim instance As ProviderKindpublic enum class ProviderKind| Unknown | 0 | A custom provider that was not part of Ookii.CommandLine. |
| Reflection | 1 | An provider that uses reflection. |
| Generated | 2 | An provider that uses source generation. These are typically created using the GeneratedParserAttribute and GeneratedCommandManagerAttribute attributes. |