Skip to main content
.NET Framework 4.6.2+

ITypesInfo.RefreshInfo(ITypeInfo) Method

Refreshes the metadata on a specific type.

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v25.1.dll

NuGet Package: DevExpress.ExpressApp

Declaration

void RefreshInfo(
    ITypeInfo info
)

Parameters

Name Type Description
info ITypeInfo

An ITypeInfo object that represents metadata to be refreshed.

See Also