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

ISolutionTypesProvider.GetAssembly(String) Method

Obtains the specified assembly

Namespace: DevExpress.Entity.ProjectModel

Assembly: DevExpress.Data.v18.2.dll

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