Data type UpdateInfo
access this type via: pal.Assembly (uses)
This data type is the result of an update operation to update a component to a new version. It describes the current composition string after the update, a list compositions that have become obsolete due to the update, and a list of new compositions that have become available.
Fields
char currentConfig[] The composition string which uniquely identifies the current composition.
String remConfigs[] The list of compositions which have become obsolete (i.e. due to the required interface list of the updated component being different). String addConfigs[] The list of compositions which have become newly available.