Property | Type | Description | |
---|---|---|---|
NoDownload | bool |
Method | Description | |
---|---|---|
Parse ( IEnumerable |
Method | Description | |
---|---|---|
CheckInstallBase ( ) : void |
Checks the current Locations.InstallBase to determine whether it is suitable for operations that persist it. This should be called before performing any operations that persist Locations.InstallBase somewhere, e.g. in generated shortcuts or stubs. It is not required for operations that only remove things from the system. |
|
GetAppEntry ( [ integrationManager, [ interfaceUri ) : AppEntry |
Finds an existing AppEntry or creates a new one for a specific interface URI.
|
|
IntegrationCommand ( [ handler ) : System |
Method | Description | |
---|---|---|
BackgroundDownload ( [ interfaceUri ) : void |
Pre-download application in a background proccess for later use.
|
|
CreateAppEntry ( [ integrationManager, [ interfaceUri ) : AppEntry | ||
DetectReplacement ( |
Detects and handles Feed.ReplacedBy.
|
protected GetAppEntry ( [ integrationManager, [ interfaceUri ) : AppEntry | ||
integrationManager | [ | Manages desktop integration operations. |
interfaceUri | [ | The interface URI to create an |
return | AppEntry |
protected IntegrationCommand ( [ handler ) : System | ||
handler | [ | |
return | System |