Summary
Gets a collection of assemblies to load extensions from.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- CommandLineOptions
Syntax
[CommandLineArgument(CommandLineArgumentTypes.MultipleUnique, Name = "extension", ShortName = "ext", Description = "Load NAnt extensions from the specified assembly")]
public StringCollection ExtensionAssemblies { get; }
Attributes
Type | Description |
---|---|
Command |
Allows control of command line parsing. |
Value
Type | Description |
---|---|
StringCollection | A collection of assemblies to load extensions from. |