System.Management.Pash.Implementation.ExecutionVisitor.VisitCommand C# (CSharp) Method

VisitCommand() public method

public VisitCommand ( System.Management.Automation.Language.CommandAst commandAst ) : AstVisitAction
commandAst System.Management.Automation.Language.CommandAst
return AstVisitAction
        public override AstVisitAction VisitCommand(CommandAst commandAst)
        {
            throw new Exception("Unreachable, should be part of a pipeline. Please report this!");
        }
ExecutionVisitor