AssemblyLicenseAttribute Constructor (String, String, String) |
Namespace: X3Platform.CommandLineAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic AssemblyLicenseAttribute(
string line1,
string line2,
string line3
)
public:
AssemblyLicenseAttribute(
String^ line1,
String^ line2,
String^ line3
)
Parameters
- line1
- Type: SystemString
First line of license text. - line2
- Type: SystemString
Second line of license text. - line3
- Type: SystemString
Third line of license text.
See Also