Skip to main content
A newer version of this page is available. .

ISolutionTypesProvider.AddReferenceFromFile(String) Method

Adds a new reference by an assembly file path.

Namespace: DevExpress.Entity.ProjectModel

Assembly: DevExpress.Data.v18.2.dll

Declaration

void AddReferenceFromFile(
    string assemblyPath
)

Parameters

Name Type Description
assemblyPath String

A String specifying the path to an assembly file.

See Also