TestimoX

API Reference

Enum

ComponentStoreHealth

Namespace ComputerX.Servicing
Assembly ComputerX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Represents the health state of the Windows component store (WinSxS).

Inheritance

  • Enum
  • ComponentStoreHealth

Values

public const ComponentStoreHealth Unknown #

The health could not be determined.

Value: 0
public const ComponentStoreHealth Healthy #

The component store is healthy.

Value: 1
public const ComponentStoreHealth Repairable #

The component store can be repaired.

Value: 2
public const ComponentStoreHealth NonRepairable #

The component store is not repairable.

Value: 3