This documentation is archived and is not being maintained.
BuildSubmission Class
Visual Studio 2010
Represents a build request that has been submitted to the build manager for processing. The methods of this class may be used to execute synchronous or asynchronous build requests and to provide access to the results upon completion.
Assembly: Microsoft.Build (in Microsoft.Build.dll)
The BuildSubmission type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AsyncContext | Gets or sets the asynchronous context provided to ExecuteAsync, if any. |
![]() | BuildManager | Gets or sets the build manager this build submission is associated with. |
![]() | BuildResult | Gets or sets the result of the build. |
![]() | IsCompleted | Determines whether this build submission is complete. |
![]() | SubmissionId | Gets or sets an ID uniquely identifying this build submission. |
![]() | WaitHandle | Gets a WaitHandle object that will be signalled when the build is complete. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Execute | Starts a build request synchronously and waits until results are available. |
![]() | ExecuteAsync | Starts a build request asynchronously and within the given context. Immediately returns control to the caller. |
![]() | 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.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | 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:
