NAnt SDK Documentation - v0.92

CommandLineOptions.ExtensionAssemblies Property

Gets a collection of assemblies to load extensions from.

[Visual Basic]
<CommandLineArgument(Name:="extension", ShortName:="ext", Description:="Load NAnt extensions from the specified assembly", Type:=CommandLineArgumentTypes.MultipleUnique)>
Public ReadOnly Property ExtensionAssemblies As StringCollection
[C#]
[CommandLineArgument(Name="extension", ShortName="ext", Description="Load NAnt extensions from the specified assembly", Type=CommandLineArgumentTypes.MultipleUnique)]
public System.Collections.Specialized.StringCollection ExtensionAssemblies {get;}

Property Value

A collection of assemblies to load extensions from.

See Also

CommandLineOptions Class | NAnt.Core Namespace