Persistate API documentation
GetOutputFilePath Method (project)
NamespacesPersistateIDevelopmentEnvironmentGetOutputFilePath(Object)

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

Gets the path and filename of the output assembly file for a project.
Declaration Syntax
C#
string GetOutputFilePath(
	Object project
)
Parameters
project (Object)
An object representing the project. This can be obtained using the GetProject method.
Return Value
A string containing the full path and filename of the output assembly.

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