Skip to content

M_CommandLine_Text_AssemblyUsageAttribute__ctor_1

Moh.Hassan edited this page Oct 10, 2019 · 1 revision

AssemblyUsageAttribute Constructor (String, String)

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

Namespace:CommandLine.Text
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0

Syntax

C#

publicAssemblyUsageAttribute(string line1,string line2 )

VB

PublicSubNew(line1AsString,line2AsString)

C++

public:AssemblyUsageAttribute( String^ line1, String^ line2 )

F#

new: line1 : string * line2 : string -> AssemblyUsageAttribute

Parameters

line1
Type: System.String
First line of usage text.
line2
Type: System.String
Second line of usage text.

See Also

Reference

AssemblyUsageAttribute Class
AssemblyUsageAttribute Overload
CommandLine.Text Namespace

Clone this wiki locally