Universal Windows Service Class Library

ExtendedInstallContext Methods

The methods of the ExtendedInstallContext class are listed below. For a complete list of ExtendedInstallContext class members, see the ExtendedInstallContext Members topic.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
Get Get in install context the value of given key.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
IsParameterTrue (inherited from InstallContext) Determines whether the specified command-line parameter is true.
LogMessage (inherited from InstallContext) Writes a message to the console and to the log file for the installation.
Set Set in install context the given key with given value.
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

ExtendedInstallContext Class | uws.Install Namespace | InstallContext