Click or drag to resize
AssemblyUsageAttribute Constructor (String, String, String, String, String)
Initializes a new instance of the AssemblyUsageAttribute class with five lines of text.

Namespace: X3Platform.CommandLine
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public AssemblyUsageAttribute(
	string line1,
	string line2,
	string line3,
	string line4,
	string line5
)

Parameters

line1
Type: SystemString
First line of usage text.
line2
Type: SystemString
Second line of usage text.
line3
Type: SystemString
Third line of usage text.
line4
Type: SystemString
Fourth line of usage text.
line5
Type: SystemString
Fifth line of usage text.
See Also