[This is preliminary documentation and is subject to change.]
This class holds details of the ProjectBuildDone event raised by the
IDevelopmentEnvironment interface.
| C# |
public class ProjectBuildEventArgs
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| ProjectBuildEventArgs(String, String, String, String, Boolean) | Creates a new ProjectBuildEventArgs with all details. | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object 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.) | |
| Platform |
Gets a string containing the platform the build was for, for example
"Any CPU" or "x64".
| |
| ProjectConfiguration |
Gets a string containing the name of the project configuration built,
for example "Debug" or "Release".
| |
| ProjectPath |
Gets a string containing the path and file name of the project file,
including extension, relative to the solution folder.
| |
| SolutionConfiguration |
Gets a string containing the configuration and platform for the solution
for example "Debug|Any CPU".
| |
| Success |
Gets a value indicating whether or not the build was successful.
| |
| ToString()()()() | (Inherited from Object.) |
| Object | |
| ProjectBuildEventArgs | |