C# Class CommandLine.AssemblyLicenseAttribute

Inheritance: CommandLine.MultilineTextAttribute
Show file Open project: Tripplesixty/BDInfoCLI Class Usage Examples

Public Methods

Method Description
AssemblyLicenseAttribute ( string line1 ) : System

Initializes a new instance of the CommandLine.AssemblyLicenseAttribute class with one line of text.

AssemblyLicenseAttribute ( string line1, string line2 ) : System

Initializes a new instance of the CommandLine.AssemblyLicenseAttribute class with two lines of text.

AssemblyLicenseAttribute ( string line1, string line2, string line3 ) : System

Initializes a new instance of the CommandLine.AssemblyLicenseAttribute class with three lines of text.

AssemblyLicenseAttribute ( string line1, string line2, string line3, string line4 ) : System

Initializes a new instance of the CommandLine.AssemblyLicenseAttribute class with four lines of text.

AssemblyLicenseAttribute ( string line1, string line2, string line3, string line4, string line5 ) : System

Initializes a new instance of the CommandLine.AssemblyLicenseAttribute class with five lines of text.

Method Details

AssemblyLicenseAttribute() public method

Initializes a new instance of the CommandLine.AssemblyLicenseAttribute class with one line of text.
public AssemblyLicenseAttribute ( string line1 ) : System
line1 string First line of license text.
return System

AssemblyLicenseAttribute() public method

Initializes a new instance of the CommandLine.AssemblyLicenseAttribute class with two lines of text.
public AssemblyLicenseAttribute ( string line1, string line2 ) : System
line1 string First line of license text.
line2 string Second line of license text.
return System

AssemblyLicenseAttribute() public method

Initializes a new instance of the CommandLine.AssemblyLicenseAttribute class with three lines of text.
public AssemblyLicenseAttribute ( string line1, string line2, string line3 ) : System
line1 string First line of license text.
line2 string Second line of license text.
line3 string Third line of license text.
return System

AssemblyLicenseAttribute() public method

Initializes a new instance of the CommandLine.AssemblyLicenseAttribute class with four lines of text.
public AssemblyLicenseAttribute ( string line1, string line2, string line3, string line4 ) : System
line1 string First line of license text.
line2 string Second line of license text.
line3 string Third line of license text.
line4 string Fourth line of license text.
return System

AssemblyLicenseAttribute() public method

Initializes a new instance of the CommandLine.AssemblyLicenseAttribute class with five lines of text.
public AssemblyLicenseAttribute ( string line1, string line2, string line3, string line4, string line5 ) : System
line1 string First line of license text.
line2 string Second line of license text.
line3 string Third line of license text.
line4 string Fourth line of license text.
line5 string Fifth line of license text.
return System