NAnt SDK Documentation - v0.92

CommandLineOptions Members

CommandLineOptions overview

Public Instance Constructors

CommandLineOptions Constructor Initializes a new instance of the CommandLineOptions class.

Public Instance Properties

BuildFile Gets or sets the buildfile that should be executed.
Debug Gets or sets a value indicating whether debug information should be displayed during the build process.
DefaultFrameworkObsolete. Gets or sets the target framework to use (overrides NAnt.exe.config settings)
EmacsMode Gets or sets a value indicating whether to produce emacs (and other editor) friendly output.
ExtensionAssemblies Gets a collection of assemblies to load extensions from.
FindInParent Gets a value indicating whether parent directories should be searched for a buildfile.
IndentationLevel Gets or sets the indentation level of the build output.
Listeners Gets a collection containing fully qualified type names of classes implementating IBuildListener that should be added to the project as listeners.
LogFile Gets or sets the name of the file to log output to.
LoggerType Gets or sets the Type of logger to add to the list of listeners.
NoLogo Gets or sets a value indicating whether the logo banner should be printed.
Pause Pauses before program ends.
Properties Gets or sets the list of properties that should be set.
Quiet Gets or sets a value indicating whether only error and debug debug messages should be displayed during the build process.
ShowHelp Gets or sets a value indicating whether the NAnt help should be printed.
ShowProjectHelp Gets or sets a value indicating whether Project help should be printed.
TargetFramework Gets or sets the target framework to use (overrides NAnt.exe.config settings)
Targets Gets a collection containing the targets that should be executed.
Verbose Gets or sets a value indicating whether more information should be displayed during the build process.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

CommandLineOptions Class | NAnt.Core Namespace