Persistate API documentation
InsertProjectReference Method (from, assemblyFile)
NamespacesPersistateIDevelopmentEnvironmentInsertProjectReference(Object, String)

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

Adds a project reference from one project to a particular assembly.
Declaration Syntax
C#
void InsertProjectReference(
	Object from,
	string assemblyFile
)
Parameters
from (Object)
An object representing the referring project. This can be obtained using the GetProject method.
assemblyFile (String)
The path and file name of the assembly to reference.

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