PowerShellTraceKeywords Enum
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.
Defines Keywords.
This enumeration supports a bitwise combination of its member values.
C++
public enum class PowerShellTraceKeywords
[System.Flags]
public enum PowerShellTraceKeywords
[<System.Flags>]
type PowerShellTraceKeywords =
Public Enum PowerShellTraceKeywords
- Inheritance
-
PowerShellTraceKeywords
- Attributes
Name | Value | Description |
---|---|---|
None | 0 | None. |
Runspace | 1 | Runspace. |
Pipeline | 2 | Pipeline. |
Protocol | 4 | Protocol. |
Transport | 8 | Transport. |
Host | 16 | Host. |
Cmdlets | 32 | Cmdlets. |
Serializer | 64 | Serializer. |
Session | 128 | Session. |
ManagedPlugIn | 256 | ManagedPlugIn. |
UseAlwaysDebug | 2305843009213693952 | |
UseAlwaysAnalytic | 4611686018427387904 | |
UseAlwaysOperational | 9223372036854775808 |
Produit | Versions |
---|---|
PowerShell SDK | 7.2.0, 7.3.0, 7.4.0 |
Windows PowerShell | 5.1.0.0 |