GeneratedCommandManagerAttributeAssemblyNames Property

Gets or sets the names of the assemblies that contain the commands that the generated CommandManager will use.

Definition

Namespace: Ookii.CommandLine.Commands
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.0.0+bb7ed9a8fdfd1cb21824750a8cf508863ad15086
C#
public string[]? AssemblyNames { get; set; }

Property Value

String
An array with assembly names, or to use the commands from the assembly containing the generated manager.

Remarks

The names in this array can be either just the assembly name, or the full assembly identity including version, culture, and public key token.

See Also