ITypesInfo.FindAssemblyInfo(Type) Method
Supplies metadata on a specific assembly.
Namespace: DevExpress.ExpressApp.DC
Assembly: DevExpress.ExpressApp.v26.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| ofType | Type | A Type object that represents the type declared in the required assembly. |
Returns
| Type | Description |
|---|---|
| IAssemblyInfo | An IAssemblyInfo object that supplies metadata on the specified assembly. |
See Also