public abstract class GeneratedArgumentProvider : ArgumentProvider
Public MustInherit Class GeneratedArgumentProvider
Inherits ArgumentProvider
Dim instance As GeneratedArgumentProvider
public ref class GeneratedArgumentProvider abstract : public ArgumentProvider
GeneratedArgumentProvider | Initializes a new instance of the GeneratedArgumentProvider class. |
ApplicationFriendlyName |
Gets the friendly name of the application.
(Overrides ArgumentProviderApplicationFriendlyName) |
ArgumentsType |
Gets the type that will hold the argument values.
(Inherited from ArgumentProvider) |
Description |
Gets a description that is used when generating usage information.
(Overrides ArgumentProviderDescription) |
IsCommand |
Gets a value that indicates whether this arguments type is a subcommand.
(Inherited from ArgumentProvider) |
Kind |
Gets the kind of argument provider.
(Overrides ArgumentProviderKind) |
OptionsAttribute |
Gets the ParseOptionsAttribute that was applied to the arguments type.
(Inherited from ArgumentProvider) |
UsageFooter |
Gets footer text that is used when generating usage information.
(Inherited from ArgumentProvider) |
CreateInstance |
Creates an instance of the arguments type.
(Inherited from ArgumentProvider) |
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.
(Inherited from ArgumentProvider) |
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.
(Inherited from ArgumentProvider) |
ToString | Returns a string that represents the current object. (Inherited from Object) |