SubsystemKind Enum

Definition

Define the kinds of subsystems.

public enum SubsystemKind
type SubsystemKind = 
Public Enum SubsystemKind
Inheritance
SubsystemKind

Fields

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.

Applies to