Method | Description | |
---|---|---|
Install ( |
||
Install ( string manifestFilePath, |
||
Install ( string manifestFilePath, |
||
InstallAll ( |
||
MakeRelative ( string baseFile, string file ) : string | ||
Manager ( IPackageProvider provider ) : System | ||
OnCopied ( string source, string destination ) : void | ||
OnCopying ( string source, string destination ) : void | ||
OnInstalled ( |
||
OnInstalling ( |
||
UninstallAsync ( |
Method | Description | |
---|---|---|
CopyPackageContent ( |
||
InstallUrls ( |
public Install ( |
||
manifest | ||
entry | ||
settings | ||
return | Task |
public Install ( string manifestFilePath, |
||
manifestFilePath | string | |
entry | ||
settings | ||
return | Task |
public Install ( string manifestFilePath, |
||
manifestFilePath | string | |
entry | ||
installDirectory | string | |
saveManifest | bool | |
return | Task |
public InstallAll ( |
||
manifest | ||
return | System.Threading.Tasks.Task |
public static MakeRelative ( string baseFile, string file ) : string | ||
baseFile | string | |
file | string | |
return | string |
public Manager ( IPackageProvider provider ) : System | ||
provider | IPackageProvider | |
return | System |
public OnCopied ( string source, string destination ) : void | ||
source | string | |
destination | string | |
return | void |
public OnCopying ( string source, string destination ) : void | ||
source | string | |
destination | string | |
return | void |
public OnInstalled ( |
||
manifest | ||
package | IInstallablePackage | |
path | string | |
return | void |
public OnInstalling ( |
||
manifest | ||
package | IInstallablePackage | |
path | string | |
return | void |
public UninstallAsync ( |
||
manifest | ||
name | string | |
saveManifest | bool | |
return | Task |