public class ApplicationFriendlyNameAttribute : Attribute
Public Class ApplicationFriendlyNameAttribute
Inherits Attribute
Dim instance As ApplicationFriendlyNameAttribute
public ref class ApplicationFriendlyNameAttribute : public Attribute
This attribute is used when a "-Version" argument is automatically added to the arguments of your application, and by the automatically added "version" subcommand. It can be applied to the type defining command line arguments, or to the assembly that contains it.
If not present, the automatic "-Version" argument and "version" command will use the value of the AssemblyTitleAttribute attribute, or the assembly name of the assembly containing the arguments type.
For the "version" subcommand, this attribute must be applied to the entry point assembly of your application.
ApplicationFriendlyNameAttribute | Initializes a new instance of the ApplicationFriendlyNameAttribute attribute. |
Name | Gets the friendly name of the application. |
TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute) |
Equals | Returns a value that indicates whether this instance is equal to a specified object. (Inherited from Attribute) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Returns the hash code for this instance. (Inherited from Attribute) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
IsDefaultAttribute | When overridden in a derived class, indicates whether the value of this instance is the default value for the derived class. (Inherited from Attribute) |
Match | When overridden in a derived class, returns a value that indicates whether this instance equals a specified object. (Inherited from Attribute) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |