Skip to main content
.NET 6.0+

IAssemblyInfo.Types Property

Supplies metadata on the public types defined in the current assembly.

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v24.1.dll

NuGet Package: DevExpress.ExpressApp

Declaration

IEnumerable<ITypeInfo> Types { get; }

Property Value

Type Description
IEnumerable<ITypeInfo>

An IEnumerable<ITypeInfo> object that supplies metadata on the public types defined in the current assembly.

See Also