Method | Description | |
---|---|---|
Apply ( [ appEntry, [ feed, [ handler, bool machineWide ) : void |
Applies this access point to the current machine.
|
|
Clone ( ) : |
Creates a deep copy of this AccessPoint instance.
|
|
GetConflictIDs ( [ appEntry ) : IEnumerable |
Retrieves identifiers from a namespace global to all AccessPoints. Collisions in this namespace indicate that the respective AccessPoints are in conflict cannot be applied on a system at the same time. These identifiers are not guaranteed to stay the same between versions. They should not be stored in files but instead always generated on demand. |
|
Unapply ( [ appEntry, bool machineWide ) : void |
Unapplies this access point on the current machine.
|
Method | Description | |
---|---|---|
ICloneable ( ) : object |
public abstract Apply ( [ appEntry, [ feed, [ handler, bool machineWide ) : void | ||
appEntry | [ | The application being integrated. |
feed | [ | The feed providing additional metadata, icons, etc. for the application. |
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 the configuration machine-wide instead of just for the current user. |
return | void |
public abstract GetConflictIDs ( [ appEntry ) : IEnumerable |
||
appEntry | [ | The application entry containing this access point. |
return | IEnumerable |
public abstract Unapply ( [ appEntry, bool machineWide ) : void | ||
appEntry | [ | The application entry containing this access point. |
machineWide | bool | Apply the configuration machine-wide instead of just for the current user. |
return | void |