Class StdOutAction
[ActionMetadata("Write text to standard output. Captured variable are interpreted.", NonDesktopAction = true)]
public class StdOutAction : MultipleScopeAction
- Inheritance
-
StdOutAction
- Inherited Members
Constructors
StdOutAction(string?)
public StdOutAction(string? text)
Parameters
text
string
Properties
ActionScope
public override FilterScope ActionScope { get; }
Property Value
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