public enum ProviderKind
Public Enumeration ProviderKind
Dim instance As ProviderKind
public 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. |