Debugger3.GetExpression2 Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name
Description
GetExpression2(String, Boolean, Boolean, Int32)
(Inherited from Debugger2.)
GetExpression2(String, Boolean, Boolean, Int32)
Evaluates an expression based on the current stack frame. If the expression can be parsed but not evaluated, an object is returned but does not contain a valid value. This member function is similar to GetExpression but with an additional Boolean parameter, which can be set to true to indicate that the expression is to be evaluated as a statement.
Top