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.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the metadata on all the public types has been loaded; otherwise, false. |
See Also