Universal Windows Service Class Library

ExtendedInstallContext Class

Extended install context class providing easier handling than without it.

For a list of all members of this type, see ExtendedInstallContext Members.

System.Object
   System.Configuration.Install.InstallContext
      uws.Install.ExtendedInstallContext

public sealed class ExtendedInstallContext : InstallContext

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This class provides easier installation settings than the InstallContext class. Used for data transfer to and from installing service.

Requirements

Namespace: uws.Install

Assembly: uwsCore (in uwsCore.dll)

See Also

ExtendedInstallContext Members | uws.Install Namespace | InstallContext