PackageManager.m_repositories

List of locations that are managed by this PackageManager

The PackageManager can be instantiated either in 'bare' mode, in which case this array will be empty, or in the normal mode, this array will have 3 entries, matching values in the PlacementLocation enum.

class PackageManager
protected
Location[] m_repositories;

See Also

Location, PlacementLocation

Meta