LocalizedStringProviderApplicationCopyright Method

Gets the copyright information for the application, used by the automatic version argument and command.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.0.0+bb7ed9a8fdfd1cb21824750a8cf508863ad15086
C#
public virtual string? ApplicationCopyright(
	Assembly assembly
)

Parameters

assembly  Assembly
The assembly whose copyright information to use.

Return Value

String
The string.

Remarks

The base implementation returns the value of the AssemblyCopyrightAttribute, or if none is defined.

See Also