Persistate API documentation
ProjectBuildEventArgs Constructor (projectPath, projectConfiguration, platform, solutionConfiguration, success)
NamespacesPersistateProjectBuildEventArgsProjectBuildEventArgs(String, String, String, String, Boolean)

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

Creates a new ProjectBuildEventArgs with all details.
Declaration Syntax
C#
public ProjectBuildEventArgs(
	string projectPath,
	string projectConfiguration,
	string platform,
	string solutionConfiguration,
	bool success
)
Parameters
projectPath (String)
A string containing the path and file name of the project file, including extension, relative to the solution folder.
projectConfiguration (String)
A string containing the name of the project configuration built.
platform (String)
A string containing the platform the build was for.
solutionConfiguration (String)
A string containing the configuration and platform for the solution.
success (Boolean)
A value indicating whether or not the build was successful.

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