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