C# Class Microsoft.R.Debugger.AD7Expression

Inheritance: IDebugExpression2
Show file Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
AD7Expression ( AD7StackFrame stackFrame, string expression ) : System

Private Methods

Method Description
IDebugExpression2 ( ) : int
IDebugExpression2 ( enum_EVALFLAGS dwFlags, IDebugEventCallback2 pExprCallback ) : int
IDebugExpression2 ( enum_EVALFLAGS dwFlags, uint dwTimeout, IDebugEventCallback2 pExprCallback, IDebugProperty2 &ppResult ) : int

Method Details

AD7Expression() public method

public AD7Expression ( AD7StackFrame stackFrame, string expression ) : System
stackFrame AD7StackFrame
expression string
return System