Class StdErrAction
[ActionMetadata("Write text to standard error. Captured variable are interpreted.", NonDesktopAction = true)]
public class StdErrAction : MultipleScopeAction
- Inheritance
-
StdErrAction
- Inherited Members
Constructors
StdErrAction(string?)
public StdErrAction(string? text)
Parameters
text
string
Properties
DefaultDescription
public override string DefaultDescription { get; }
Property Value
Text
public string? Text { get; set; }
Property Value
Methods
MultiScopeAlter(ExchangeContext, Exchange?, Connection?, FilterScope, BreakPointManager)
public override ValueTask MultiScopeAlter(ExchangeContext context, Exchange? exchange, Connection? connection, FilterScope scope, BreakPointManager breakPointManager)
Parameters
context
ExchangeContextexchange
Exchangeconnection
Connectionscope
FilterScopebreakPointManager
BreakPointManager