Méthode | Description | |
---|---|---|
AD7Expression ( string exp, |
Constructor.
|
|
evaluatingAsync ( ) : void |
Thread responsible for evaluating expressions asynchronously.
|
Méthode | Description | |
---|---|---|
IDebugExpression2 ( ) : int |
This method cancels asynchronous expression evaluation as started by a call to the IDebugExpression2::EvaluateAsync method. Not implemented yet because it was not needed till now. (http://msdn.microsoft.com/en-ca/library/bb145924.aspx)
|
|
IDebugExpression2 ( enum_EVALFLAGS dwFlags, IDebugEventCallback2 pExprCallback ) : int |
This method evaluates the expression asynchronously. This is primarily used for the immediate window. (http://msdn.microsoft.com/en-ca/library/bb146752.aspx)
|
|
IDebugExpression2 ( enum_EVALFLAGS dwFlags, uint dwTimeout, IDebugEventCallback2 pExprCallback, IDebugProperty2 &ppResult ) : int |
This method evaluates the expression synchronously. (http://msdn.microsoft.com/en-ca/library/bb146982.aspx)
|
public AD7Expression ( string exp, |
||
exp | string | The expression to be evaluated. |
frame | Current stack frame. | |
dispatcher | Represents the class that manages debug events for the debug engine. | |
Résultat | System |