Property | Type | Description | |
---|---|---|---|
ChangedWindowMessageID | int |
Method | Description | |
---|---|---|
IntegrationManager ( [ appListPath, [ handler, bool machineWide = false ) : System |
Creates a new integration manager using a custom DesktopIntegration.AppList. Uses no mutex!
|
|
IntegrationManager ( [ handler, bool machineWide = false ) : System |
Creates a new integration manager using the default DesktopIntegration.AppList (creating a new one if missing). Performs Mutex-based locking!
|
Method | Description | |
---|---|---|
AddAccessPointsInternal ( AppEntry appEntry, Feed feed, IEnumerable |
||
AddAppInternal ( |
||
AddAppInternal ( string petName, Requirements requirements, Feed feed ) : AppEntry | ||
AddAppInternal ( AppEntry prototype, Feed>.Converter |
||
Finish ( ) : void | ||
RemoveAccessPointsInternal ( AppEntry appEntry, IEnumerable |
||
RemoveAppInternal ( AppEntry appEntry ) : void | ||
RepairAppInternal ( AppEntry appEntry, Feed feed ) : void | ||
UpdateAppInternal ( AppEntry appEntry, Feed feed ) : void |
Method | Description | |
---|---|---|
DeleteAppDir ( AppEntry appEntry ) : void | ||
WriteAppDir ( AppEntry appEntry ) : void |
protected AddAccessPointsInternal ( AppEntry appEntry, Feed feed, IEnumerable |
||
appEntry | AppEntry | |
feed | Feed | |
accessPoints | IEnumerable |
|
return | void |
protected AddAppInternal ( |
||
target | ||
return | AppEntry |
protected AddAppInternal ( string petName, Requirements requirements, Feed feed ) : AppEntry | ||
petName | string | |
requirements | Requirements | |
feed | Feed | |
return | AppEntry |
protected AddAppInternal ( AppEntry prototype, Feed>.Converter |
||
prototype | AppEntry | |
feedRetriever | Feed>.Converter | |
return | void |
public IntegrationManager ( [ appListPath, [ handler, bool machineWide = false ) : System | ||
appListPath | [ | The storage location of the |
handler | [ | A callback object used when the the user is to be informed about the progress of long-running operations such as downloads. |
machineWide | bool | Apply operations machine-wide instead of just for the current user. |
return | System |
public IntegrationManager ( [ handler, bool machineWide = false ) : System | ||
handler | [ | A callback object used when the the user is to be informed about the progress of long-running operations such as downloads. |
machineWide | bool | Apply operations machine-wide instead of just for the current user. |
return | System |
protected RemoveAccessPointsInternal ( AppEntry appEntry, IEnumerable |
||
appEntry | AppEntry | |
accessPoints | IEnumerable |
|
return | void |
protected RemoveAppInternal ( AppEntry appEntry ) : void | ||
appEntry | AppEntry | |
return | void |
protected RepairAppInternal ( AppEntry appEntry, Feed feed ) : void | ||
appEntry | AppEntry | |
feed | Feed | |
return | void |
protected UpdateAppInternal ( AppEntry appEntry, Feed feed ) : void | ||
appEntry | AppEntry | |
feed | Feed | |
return | void |