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

ISolutionTypesProvider.GetAssemblyReferencePath(String, String) Method

Returns the path to an application’s assembly reference.

Namespace: DevExpress.Entity.ProjectModel

Assembly: DevExpress.Data.v18.2.dll

Declaration

string GetAssemblyReferencePath(
    string projectAssemblyFullName,
    string referenceName
)

Parameters

Name Type Description
projectAssemblyFullName String

A String value, specifying the project assembly.

referenceName String

A String value, specifying the reference name.

Returns

Type Description
String

A String value.

See Also