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

ITypeInfo.AssemblyInfo Property

Supplies metadata on the assembly in which the type is declared.

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

IAssemblyInfo AssemblyInfo { get; }

Property Value

Type Description
IAssemblyInfo

An IAssemblyInfo object that supplies metadata on the assembly in which the current type is declared.

See Also