![]() |
Initializes a new instance of the Target class. |
![]() | A collection of target names that must be executed before this target. |
![]() | Space separated list of targets that this target depends on. |
![]() | The description of the target. |
![]() | This indicates whether the target has already executed. |
![]() | If true then the target will be executed; otherwise, skipped. The default is true. |
![]() | Gets a value indicating whether the target should be executed. |
![]() | The name of the target. |
![]() | Gets or sets the XmlNamespaceManager. |
![]() | Gets or sets the parent of the element. |
![]() | Gets or sets the Project to which this element belongs. |
![]() | Gets the properties local to this Element and the Project. |
![]() | Opposite of IfDefined. If false then the target will be executed; otherwise, skipped. The default is false. |
![]() | Gets a value indicating whether the target should NOT be executed. |
![]() | Creates a shallow copy of the Target. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Executes dependent targets first, then the target. |
![]() | Serves as a hash function for a particular type. |
![]() | Retrieves the location in the build file where the element is defined. |
![]() | Gets the Type of the current instance. |
![]() | Performs default initialization. |
![]() | Overloaded. Logs a message with the given priority. |
![]() | Returns a String that represents the current Object. |
Target Class | NAnt.Core Namespace