Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ITypesInfo.FindAssemblyInfo(Type) Method

Supplies metadata on a specific assembly.

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

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