Persistate API documentation
InsertProjectReference Method (from, referredType)
NamespacesPersistateIDevelopmentEnvironmentInsertProjectReference(Object, Type)

[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,
	Type referredType
)
Parameters
from (Object)
An object representing the referring project. This can be obtained using the GetProject method.
referredType (Type)
A Type object representing a type contained in the assembly to reference.

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