Persistate API documentation
ProjectBuildEventArgs Class
NamespacesPersistateProjectBuildEventArgs

[This is preliminary documentation and is subject to change.]

This class holds details of the ProjectBuildDone event raised by the IDevelopmentEnvironment interface.
Declaration Syntax
C#
public class ProjectBuildEventArgs
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ProjectBuildEventArgs(String, String, String, String, Boolean)
Creates a new ProjectBuildEventArgs with all details.

Equals(Object)
Determines whether the specified Object is equal to the current 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()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
ProjectBuildEventArgs

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)