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

ITypeInfo.AssemblyInfo Property

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

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v19.1.dll

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