Dela 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

Cmdlets 32

Cmdlets.

Host 16

Host.

ManagedPlugIn 256

ManagedPlugIn.

None 0

None.

Pipeline 2

Pipeline.

Protocol 4

Protocol.

Runspace 1

Runspace.

Serializer 64

Serializer.

Session 128

Session.

Transport 8

Transport.

UseAlwaysAnalytic 4611686018427387904
UseAlwaysDebug 2305843009213693952
UseAlwaysOperational 9223372036854775808

Applies to