Click or drag to resize

ClickOnceUpdateInfo class

Class with ClickOnce update information.
Inheritance hierarchy
SystemObject
  NetEti.ApplicationEnvironmentClickOnceUpdateInfo

Namespace: NetEti.ApplicationEnvironment
Assembly: NetEti.EnvAccess (in NetEti.EnvAccess.dll) Version: 1.0.0+c5c038966671ba49f3a11888a845ad02585d8821
Syntax
public class ClickOnceUpdateInfo

The ClickOnceUpdateInfo Type exposes the following members.

Constructors
 NameDescription of the
Public MethodClickOnceUpdateInfoinitializes a new instance of the ClickOnceUpdateInfo class
Back to the top
Properties
 NameDescription of the
Public PropertyCurrentVersion currently installed version.
Public PropertyIsMandatoryUpdate True if an update is available and absolutely necessary.
Public PropertyIsUpdateAvailable True when an update is available.
Public PropertyLatestVersion Latest available version.
Public PropertyMinimumVersion Required minimum version.
Back to the top
See also