RemoteStreamOptions
Enum
Definition
These flags control whether InvocationInfo is added to items in the Error, Warning, Verbose and Debug streams during remote calls
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
[System.Flags]
public enum RemoteStreamOptions
- Inheritance
-
RemoteStreamOptions
- Attributes
Fields
| AddInvocationInfo | If this flag is set, ErrorRecord, WarningRecord, DebugRecord, and VerboseRecord will include an instance of InvocationInfo on remote calls |
| AddInvocationInfoToDebugRecord | If this flag is set, DebugRecord will include an instance of InvocationInfo on remote calls |
| AddInvocationInfoToErrorRecord | If this flag is set, ErrorRecord will include an instance of InvocationInfo on remote calls |
| AddInvocationInfoToVerboseRecord | If this flag is set, VerboseRecord will include an instance of InvocationInfo on remote calls |
| AddInvocationInfoToWarningRecord | If this flag is set, WarningRecord will include an instance of InvocationInfo on remote calls |