CopyrightInfo Class |
Namespace: X3Platform.CommandLine.Text
The CopyrightInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | CopyrightInfo |
Initializes a new instance of the CopyrightInfo class.
|
![]() | CopyrightInfo(String, Int32) |
Initializes a new instance of the CopyrightInfo class
specifying author and year.
|
![]() | CopyrightInfo(String, Int32) |
Initializes a new instance of the CopyrightInfo class
specifying author and copyrightYears.
|
![]() | CopyrightInfo(Boolean, String, Int32) |
Initializes a new instance of the CopyrightInfo class
specifying symbol case, author and copyrightYears.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | FormatYears |
When overridden in a derived class, allows to specify a new algorithm to render copyright copyrightYears
as a String instance.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString |
Returns the copyright as a String.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
![]() ![]() | (CopyrightInfo to String) |
Converts the copyright instance to a String.
|
Name | Description | |
---|---|---|
![]() | CopyrightWord |
Gets a different copyright word when overridden in a derived class.
|
![]() ![]() | Default |
Gets the default copyright information.
Retrieved from AssemblyCopyrightAttribute, if it exists,
otherwise it uses AssemblyCompanyAttribute as copyright holder with the current year.
If neither exists it throws an InvalidOperationException.
|