public abstract class ArgumentProvider
Public MustInherit Class ArgumentProvider
Dim instance As ArgumentProvider
public ref class ArgumentProvider abstract
ArgumentProvider | Initializes a new instance of the ArgumentProvider class. |
ApplicationFriendlyName | Gets the friendly name of the application. |
ArgumentsType | Gets the type that will hold the argument values. |
Description | Gets a description that is used when generating usage information. |
IsCommand | Gets a value that indicates whether this arguments type is a subcommand. |
Kind | Gets the kind of argument provider. |
OptionsAttribute | Gets the ParseOptionsAttribute that was applied to the arguments type. |
UsageFooter | Gets footer text that is used when generating usage information. |
CreateInstance | Creates an instance of the arguments type. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetArguments | Gets the arguments defined by the arguments type. |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
RunValidators | Runs the class validators for the arguments type. |
ToString | Returns a string that represents the current object. (Inherited from Object) |