Skip to main content

ISolutionTypesProvider.GetAssembly(String) Method

Obtains the specified assembly

Namespace: DevExpress.Entity.ProjectModel

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

IDXAssemblyInfo GetAssembly(
    string assemblyName
)

Parameters

Name Type Description
assemblyName String

A String specifying the name of the assembly to obtain.

Returns

Type Description
IDXAssemblyInfo

An IDXAssemblyInfo object containing information about an assembly.

See Also