Skip to main content
A newer version of this page is available. .

ITypesInfo.FindAssemblyInfo(Type) Method

Supplies metadata on a specific assembly.

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

IAssemblyInfo FindAssemblyInfo(
    Type ofType
)

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