ITypesInfo.FindAssemblyInfo(Type) Method
In This Article
Supplies metadata on a specific assembly.
Namespace: DevExpress.ExpressApp.DC
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
IAssemblyInfo FindAssemblyInfo(
Type ofType
)
#Parameters
Name | Type | Description |
---|---|---|
of |
Type | A Type object that represents the type declared in the required assembly. |
#Returns
Type | Description |
---|---|
IAssembly |
An IAssembly |
See Also