SubsystemKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Define the kinds of subsystems.
public enum SubsystemKind
type SubsystemKind =
Public Enum SubsystemKind
- Inheritance
-
SubsystemKind
Fields
Name | Value | Description |
---|---|---|
CommandPredictor | 1 | Component that provides predictive suggestions to commandline input. |
CrossPlatformDsc | 2 | Cross platform desired state configuration component. |
FeedbackProvider | 4 | Component that provides feedback when a command fails interactively. |
Remarks
This enum uses power of 2 as the values for the enum elements, so as to make sure the bitwise 'or' operation of the elements always results in an invalid value.