Partager via


PowerShellTraceKeywords Enum

Definition

Defines Keywords.

This enumeration supports a bitwise combination of its member values.

public enum class PowerShellTraceKeywords
[System.Flags]
public enum PowerShellTraceKeywords
[<System.Flags>]
type PowerShellTraceKeywords = 
Public Enum PowerShellTraceKeywords
Inheritance
PowerShellTraceKeywords
Attributes

Fields

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

Applies to