VSNDK.DebugEngine.AD7Expression.AD7Expression C# (CSharp) 메소드

AD7Expression() 공개 메소드

Constructor.
public AD7Expression ( string exp, AD7StackFrame frame, EventDispatcher dispatcher ) : System
exp string The expression to be evaluated.
frame AD7StackFrame Current stack frame.
dispatcher EventDispatcher Represents the class that manages debug events for the debug engine.
리턴 System
        public AD7Expression(string exp, AD7StackFrame frame, EventDispatcher dispatcher)
        {
            this.exp = exp;
            this.m_eventDispatcher = dispatcher;
            this.m_frame = frame;
        }