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

XPDictionary.CollectClassInfos Method

Name Parameters Description
CollectClassInfos(Boolean, IEnumerable<Assembly>) addNonPersistent, assemblies
CollectClassInfos(Boolean, Assembly[]) addNonPersistent, assemblies Obtains the metadata information for all the persistent objects that are defined in the specified assemblies.
CollectClassInfos(IEnumerable<Assembly>) assemblies
CollectClassInfos(IEnumerable<Type>) types
CollectClassInfos(Assembly[]) assemblies Obtains the metadata information for all the persistent objects that are defined in the specified assemblies.
CollectClassInfos(Type[]) types Obtains the metadata information for all the persistent objects of the specified class types.