SubsystemKind Enum

Definition

Define the kinds of subsystems.

C#
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.

Applies to

Product Versions
PowerShell SDK 7.2.0, 7.3.0, 7.4.0