TargetFinishedEventArgs Class
Definition
Arguments for target finished events
public ref class TargetFinishedEventArgs : Microsoft::Build::Framework::BuildStatusEventArgs
[System.Serializable]
public class TargetFinishedEventArgs : Microsoft.Build.Framework.BuildStatusEventArgs
[<System.Serializable>]
type TargetFinishedEventArgs = class
inherit BuildStatusEventArgs
Public Class TargetFinishedEventArgs
Inherits BuildStatusEventArgs
- Inheritance
-
TargetFinishedEventArgs
- Inheritance
- Attributes
Constructors
TargetFinishedEventArgs() |
Default constructor |
TargetFinishedEventArgs(String, String, String, String, String, Boolean) |
This constructor allows event data to be initialized. Sender is assumed to be "MSBuild". |
TargetFinishedEventArgs(String, String, String, String, String, Boolean, DateTime, IEnumerable) |
This constructor allows event data to be initialized including the timestamp when the event was created. Sender is assumed to be "MSBuild". |
TargetFinishedEventArgs(String, String, String, String, String, Boolean, IEnumerable) |
This constructor allows event data to be initialized. Sender is assumed to be "MSBuild". |
Properties
BuildEventContext |
Event contextual information for the build event argument (Inherited from BuildEventArgs) |
HelpKeyword |
Custom help keyword associated with event. (Inherited from BuildEventArgs) |
Message |
Gets the formatted message. (Inherited from LazyFormattedBuildEventArgs) |
Message |
Text of event. (Inherited from BuildEventArgs) |
ProjectFile |
Project file associated with event. |
SenderName |
Name of the object sending this event. (Inherited from BuildEventArgs) |
Succeeded |
True if target built successfully, false otherwise |
TargetFile |
File where this target was declared. |
TargetName |
Target name |
TargetOutputs |
Target outputs |
ThreadId |
The thread that raised event. (Inherited from BuildEventArgs) |
Timestamp |
The time when event was raised. (Inherited from BuildEventArgs) |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |