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

BuildEventArgs Members

BuildEventArgs overview

Public Instance Constructors

BuildEventArgs Overloaded. Initializes a new instance of the BuildEventArgs class.

Public Instance Properties

Exception Gets or sets the Exception associated with this event.
Message Gets or sets the message associated with this event.
MessageLevel Gets or sets the priority level associated with this event.
Project Gets the Project that fired this event.
Target Gets the Target that fired this event.
Task Gets the Task that fired this event.

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
ToString (inherited from Object) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

BuildEventArgs Class | NAnt.Core Namespace