System.Xml.Xsl.XsltOld.DbgCompiler.TextEventDbg.Output C# (CSharp) Method

Output() public method

public Output ( Processor processor, ActionFrame frame ) : bool
processor Processor
frame ActionFrame
return bool
            public override bool Output(Processor processor, ActionFrame frame) {
                this.OnInstructionExecute(processor);
                return base.Output(processor, frame);
            }
        }
DbgCompiler.TextEventDbg