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

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.v19.1.dll

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