Свойство | Type | Description | |
---|---|---|---|
currentDatabase |
Méthode | Description | |
---|---|---|
CheckUninstallDependancies ( List |
Checks whether uninstalling a package will break any dependancies
|
|
DependancyMet ( |
Checks whether a dependancy is met by a member of a list of packages
|
|
LoadDatabase ( string Folder, string File ) : bool |
Loads a package database XML file as the current database
|
|
SaveDatabase ( ) : bool |
Call this method to save the package list to disk. Returns false if an error was encountered whilst saving the database. |
|
checkDependsReccomends ( List |
Checks a list of dependancies or reccomendations to see if they are installed
|
public static CheckUninstallDependancies ( List |
||
packagesToRemove | List |
The list of packages that will be removed |
Résultat | List |
public static DependancyMet ( |
||
dependancy | The dependancy | |
currentList | List |
The package list to check |
Résultat | bool |
public static LoadDatabase ( string Folder, string File ) : bool | ||
Folder | string | The root database folder |
File | string | The database file |
Résultat | bool |
public static checkDependsReccomends ( List |
||
currentList | List |
|
Résultat | List |