ISolutionTypesProvider.GetAssemblyReferencePath(String, String) Method
Returns the path to an application’s assembly reference.
Namespace: DevExpress.Entity.ProjectModel
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
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