This documentation is archived and is not being maintained.
BuildResult Class
Visual Studio 2010
Represents the current result set for all of the targets that have produced results for a particular configuration.
Assembly: Microsoft.Build (in Microsoft.Build.dll)
The BuildResult type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CircularDependency | Gets a flag indicating whether a circular dependency was detected. |
![]() | ConfigurationId | Gets the configuration ID for this build result set. |
![]() | Exception | Gets the exception generated for this build result set. |
![]() | GlobalRequestId | Gets the build request id for this build result set. |
![]() | Item | Gets an indexer which can be used to get the build result for the given target. |
![]() | NodeRequestId | Gets the build request ID of the originating node. |
![]() | OverallResult | Gets the overall result for this build. |
![]() | ParentGlobalRequestId | Gets the global build request ID which issued the request leading to this build result set. |
![]() | ResultsByTarget | Gets an enumerator over all target results in this build result set. |
![]() | SubmissionId | Gets the build submission which this build result set is associated with. |
| Name | Description | |
|---|---|---|
![]() | AddResultsForTarget | Adds the results for the specified target to this build result set. |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | HasResultsForTarget | Determines if there are any results for the given target. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | MergeResults | Merges the given results with this build result set. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
