UpdateContext Structure |
Namespace: Kjs.AppLife.Update.Engine.Core
The UpdateContext type exposes the following members.
Name | Description | |
---|---|---|
![]() | UpdateContext |
Initializes a new instance of the UpdateContext class.
|
Name | Description | |
---|---|---|
![]() | Equals |
Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object).) |
![]() | ExpandSharedProperties |
Expands any shared properties (delimited by $) to their values
in the specified text. Use $$ to indicate a $ outside a shared
property name.
|
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode |
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.) |
![]() | 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 the fully qualified type name of this instance. (Inherited from ValueType.) |
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Determines whether two specified instances of UpdateContext are equal.
|
![]() ![]() | Inequality |
Determines whether two specified instances of UpdateContext are not equal.
|
Name | Description | |
---|---|---|
![]() | ApplicationDirectory |
Gets the path to the application being updated.
|
![]() | Log |
Gets the update log.
|
![]() | SharedProperties |
Gets an IDictionary containing properties that
can be shared between actions.
|
![]() | State |
Gets the current state of the update in progress.
|
![]() | TargetApplicationIdentity |
Gets a WindowsIdentity that represents the identity of the user
who ran the application being updated.
|
![]() | UpdatePackageDirectory |
Gets the path to the update package being used to update the application.
|