ISolutionTypesProvider.GetAssembly(String) Method
Obtains the specified assembly
Namespace: DevExpress.Entity.ProjectModel
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
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