Skip to main content

ISolutionTypesProvider.AddReferenceFromFile(String) Method

Adds a new reference by an assembly file path.

Namespace: DevExpress.Entity.ProjectModel

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

void AddReferenceFromFile(
    string assemblyPath
)

Parameters

Name Type Description
assemblyPath String

A String specifying the path to an assembly file.

See Also