NAnt SDK Documentation - v0.85-nightly-2005-11-09

CommandLineOptions.ExtensionAssemblies Property

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for P:NAnt.Core.CommandLineOptions.ExtensionAssemblies

See Also

CommandLineOptions Class | NAnt.Core Namespace