| AssemblyUsageAttribute Class |
Namespace: X3Platform.CommandLine
The AssemblyUsageAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
| AssemblyUsageAttribute(String) |
Initializes a new instance of the AssemblyUsageAttribute class
with one line of text.
| |
| AssemblyUsageAttribute(String, String) |
Initializes a new instance of the AssemblyUsageAttribute class
with two lines of text.
| |
| AssemblyUsageAttribute(String, String, String) |
Initializes a new instance of the AssemblyUsageAttribute class
with three lines of text.
| |
| AssemblyUsageAttribute(String, String, String, String) |
Initializes a new instance of the AssemblyUsageAttribute class
with four lines of text.
| |
| AssemblyUsageAttribute(String, String, String, String, String) |
Initializes a new instance of the AssemblyUsageAttribute class
with five lines of text.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Attribute.) | |
| GetHashCode | (Inherited from Attribute.) | |
| GetType | (Inherited from Object.) | |
| IsDefaultAttribute | (Inherited from Attribute.) | |
| Match | (Inherited from Attribute.) | |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Line1 |
Gets the first line of text.
(Inherited from MultilineTextAttribute.) | |
| Line2 |
Gets the second line of text.
(Inherited from MultilineTextAttribute.) | |
| Line3 |
Gets third line of text.
(Inherited from MultilineTextAttribute.) | |
| Line4 |
Gets the fourth line of text.
(Inherited from MultilineTextAttribute.) | |
| Line5 |
Gets the fifth line of text.
(Inherited from MultilineTextAttribute.) | |
| TypeId | (Inherited from Attribute.) | |
| Value |
Gets the all non-blank lines as string.
(Inherited from MultilineTextAttribute.) |