PowerShellTraceOperationCode 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 enumerations for op codes
C++
public enum class PowerShellTraceOperationCode
public enum PowerShellTraceOperationCode
type PowerShellTraceOperationCode =
Public Enum PowerShellTraceOperationCode
- Inheritance
-
PowerShellTraceOperationCode
Name | Value | Description |
---|---|---|
None | 0 | None. (Should not be used) |
Open | 10 | Open |
Close | 11 | Close |
Connect | 12 | Connect |
Disconnect | 13 | Disconnect |
Negotiate | 14 | Negotiate |
Create | 15 | Create |
Constructor | 16 | Constructor |
Dispose | 17 | Dispose |
EventHandler | 18 | EventHandler |
Exception | 19 | Exception |
Method | 20 | Method |
Send | 21 | Send |
Receive | 22 | Receive |
WorkflowLoad | 23 | WorkflowLoad |
SerializationSettings | 24 | SerializationSettings |
WinInfo | 25 | WinInfo |
WinStart | 26 | WinStart |
WinStop | 27 | WinStop |
WinDCStart | 28 | WinDCStart |
WinDCStop | 29 | WinDCStop |
WinExtension | 30 | WinExtension |
WinReply | 31 | WinReply |
WinResume | 32 | WinResume |
WinSuspend | 33 | WinSuspend |
Producto | Versiones |
---|---|
PowerShell SDK | 7.2.0, 7.3.0, 7.4.0 |
Windows PowerShell | 5.1.0.0 |