VSNDK.DebugEngine.AD7ExpressionEvaluationCompleteEvent.AD7ExpressionEvaluationCompleteEvent C# (CSharp) Method

AD7ExpressionEvaluationCompleteEvent() public method

Constructor.
public AD7ExpressionEvaluationCompleteEvent ( IDebugExpression2 expression, IDebugProperty2 property ) : System
expression IDebugExpression2 The IDebugExpression2 object that represents the expression.
property IDebugProperty2 The IDebugProperty2 object that represents the result of the expression evaluation.
return System
        public AD7ExpressionEvaluationCompleteEvent(IDebugExpression2 expression, IDebugProperty2 property)
        {
            this.m_expression = expression;
            this.m_property = property;
        }