Overload | Description |
---|---|
Download(Boolean) | Download the application package from the specified source, and optionally loads the referenced assemblies automatically to the domain context. |
Download(Boolean,Action<ApplicationDownloadingEventArgs>,Action,Action<ApplicationDownloadCancelledEventArgs>,Action<ApplicationDownloadFailedEventArgs>) | Download the application package from the specified source and provide the methods to handle the download events. |
Download(Boolean,Action<ApplicationDownloadingEventArgs>,Action<ApplicationDownloadedEventArgs>,Action<ApplicationDownloadCancelledEventArgs>,Action<ApplicationDownloadFailedEventArgs>) |
Note that the application package will be downloaded only if it has not been downloaded before.
To determine whether an application package has been downloaded, you check the value of the IsDownloaded property.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family