Click or drag to resize

ClickOnceInfo properties

The ClickOnceInfo Type exposes the following members.

Properties
 NameDescription of the
Public PropertyActivationData Replaces the command line arguments.
Public PropertyActivationUri Url for activation.
Public PropertyApplicationName Application.ProductName
Public PropertyBaseDirectory The directory in which the application was started as an absolute path.
Public PropertyCurrentVersion The current program version = Application.ProductVersion
Public PropertyDataDirectory directory in which the installation data is stored during a ClickOnce installation (EnvAccess:ISNETWORKDEPLOYED = true).
Public PropertyIsNetworkDeployed True if the application was installed via ClickOnce.
Public PropertyTargetFrameworkName RuntimeInformation.FrameworkDescription.
Public PropertyTimeOfLastUpdateCheck Time of the last update check.
Public PropertyUpdatedApplicationFullName Qualified name of the updated application.
Public PropertyUpdatedVersion The new program version.
Public PropertyUpdateLocation The update url for the program.
Back to the top
See also