ISolutionTypesProvider.GetAssembly(String) Method
Obtains the specified assembly
Namespace: DevExpress.Entity.ProjectModel
Assembly: DevExpress.Data.v24.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