Click or drag to resize
AssemblyLicenseAttribute Constructor (String)
Initializes a new instance of the AssemblyLicenseAttribute class with one line of text.

Namespace: X3Platform.CommandLine
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public AssemblyLicenseAttribute(
	string line1
)

Parameters

line1
Type: SystemString
First line of license text.
See Also