InPlaceHostingManager Methods
.NET Framework 3.5
The InPlaceHostingManager type exposes the following members.
| Name | Description | |
|---|---|---|
|
AssertApplicationRequirements | Overloaded. Determines whether the ClickOnce application has the appropriate permissions and platform dependencies to run on the local computer. |
|
CancelAsync | Cancels an asynchronous download operation. |
|
Dispose | Releases all resources used by the InPlaceHostingManager. |
|
DownloadApplicationAsync | Downloads an application update in the background. |
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Execute | Launches the ClickOnce application, if and only if it is a Windows Presentation Foundation-based application running in a Web browser. |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetManifestAsync | Downloads the deployment manifest of the ClickOnce application in the background, and raises an event when the operation has either completed or encountered an error. |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
UninstallCustomAddIn | Removes a previously installed user-defined component of an application. |
|
UninstallCustomUXApplication | Removes a previously installed user-defined application. |