Skip to main content
.NET 6.0+

IAssemblyInfo.AllTypesLoaded Property

Indicates whether the metadata on all the public types defined in the current assembly has been loaded to the IAssemblyInfo.Types list.

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

bool AllTypesLoaded { get; }

Property Value

Type Description
Boolean

true, if the metadata on all the public types has been loaded; otherwise, false.

See Also