Skip to content

M_CommandLine_Text_CopyrightInfo__ctor_2

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

CopyrightInfo Constructor (AssemblyCopyrightAttribute)

Initializes a new instance of the CopyrightInfo class with an assembly attribute, this overrides all formatting.

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

Syntax

C#

private CopyrightInfo(
	AssemblyCopyrightAttribute attribute
)

VB

Private Sub New ( 
	attribute As AssemblyCopyrightAttribute
)

C++

private:
CopyrightInfo(
	AssemblyCopyrightAttribute^ attribute
)

F#

new : 
        attribute : AssemblyCopyrightAttribute -> CopyrightInfo

Parameters

 

attribute
Type: System.Reflection.AssemblyCopyrightAttribute
The attribute which text to use.

See Also

Reference

CopyrightInfo Class
CopyrightInfo Overload
CommandLine.Text Namespace

Clone this wiki locally