System.Management.Pash.Implementation.ExecutionVisitor.VisitCommand C# (CSharp) 메소드

VisitCommand() 공개 메소드

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