ApplicationDeployment Methods
.NET Framework 4.5
The ApplicationDeployment type exposes the following members.
| Name | Description | |
|---|---|---|
|
CheckForDetailedUpdate() | Performs the same operation as CheckForUpdate, but returns extended information about the available update. |
|
CheckForDetailedUpdate(Boolean) | Performs the same operation as CheckForUpdate, but returns extended information about the available update. |
|
CheckForUpdate() | Checks UpdateLocation to determine whether a new update is available. |
|
CheckForUpdate(Boolean) | Checks UpdateLocation to determine whether a new update is available. |
|
CheckForUpdateAsync | Checks UpdateLocation asynchronously to determine whether a new update is available. |
|
CheckForUpdateAsyncCancel | Cancels the asynchronous update check. |
|
DownloadFileGroup | Downloads a set of optional files on demand. |
|
DownloadFileGroupAsync(String) | Downloads, on demand, a set of optional files in the background. |
|
DownloadFileGroupAsync(String, Object) | Downloads, on demand, a set of optional files in the background, and passes a piece of application state to the event callbacks. |
|
DownloadFileGroupAsyncCancel | Cancels an asynchronous file download. |
|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
IsFileGroupDownloaded | Checks whether the named file group has already been downloaded to the client computer. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
Update | Starts a synchronous download and installation of the latest version of this application. |
|
UpdateAsync | Starts an asynchronous download and installation of the latest version of this application. |
|
UpdateAsyncCancel | Cancels an asynchronous update initiated by UpdateAsync. |