![]() |
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. |
![]() | |
![]() | Executes dependent targets first, then the target. |
![]() | |
![]() | |
![]() | Performs default initialization. |
![]() | Overloaded. Logs a message with the given priority. |
![]() |
Target Class | NAnt.Core Namespace