Click |
The ClickOnceInfo Type exposes the following members.
| Name | Description of the | |
|---|---|---|
| ClickOnceInfo | Standard constructor - fills properties from the environment (modified by Launcher.exe). |
| Name | Description of the | |
|---|---|---|
| ActivationData | Replaces the command line arguments. | |
| ActivationUri | Url for activation. | |
| ApplicationName | Application.ProductName | |
| BaseDirectory | The directory in which the application was started as an absolute path. | |
| CurrentVersion | The current program version = Application.ProductVersion | |
| DataDirectory | directory in which the installation data is stored during a ClickOnce installation (EnvAccess:ISNETWORKDEPLOYED = true). | |
| IsNetworkDeployed | True if the application was installed via ClickOnce. | |
| TargetFrameworkName | RuntimeInformation.FrameworkDescription. | |
| TimeOfLastUpdateCheck | Time of the last update check. | |
| UpdatedApplicationFullName | Qualified name of the updated application. | |
| UpdatedVersion | The new program version. | |
| UpdateLocation | The update url for the program. |
| Name | Description of the | |
|---|---|---|
| GetLatestVersionInfo | Retrieves the latest version information from the remote server. |