Method | Description | |
---|---|---|
AD7ExpressionEvaluationCompleteEvent ( IDebugExpression2 expression, IDebugProperty2 property ) : System |
Constructor.
|
|
GetExpression ( IDebugExpression2 &ppExpr ) : int |
Gets the original expression. (http://msdn.microsoft.com/en-ca/library/bb162323.aspx)
|
|
GetResult ( IDebugProperty2 &ppResult ) : int |
Gets the result of expression evaluation. (http://msdn.microsoft.com/en-ca/library/bb161962.aspx)
|
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 GetExpression ( IDebugExpression2 &ppExpr ) : int | ||
ppExpr | IDebugExpression2 | Returns an IDebugExpression2 object that represents the expression that was parsed. |
return | int |
public GetResult ( IDebugProperty2 &ppResult ) : int | ||
ppResult | IDebugProperty2 | Returns an IDebugProperty2 object that represents the result of the expression evaluation. |
return | int |