_dispDebuggerExpressionEvaluationEvents_SinkHelper.OnExpressionEvaluation Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
Public Overridable Sub OnExpressionEvaluation ( _
A_1 As Process, _
A_2 As Thread, _
A_3 As dbgExpressionEvaluationState _
)
public virtual void OnExpressionEvaluation(
Process A_1,
Thread A_2,
dbgExpressionEvaluationState A_3
)
public:
virtual void OnExpressionEvaluation(
Process^ A_1,
Thread^ A_2,
dbgExpressionEvaluationState A_3
)
abstract OnExpressionEvaluation :
A_1:Process *
A_2:Thread *
A_3:dbgExpressionEvaluationState -> unit
override OnExpressionEvaluation :
A_1:Process *
A_2:Thread *
A_3:dbgExpressionEvaluationState -> unit
public function OnExpressionEvaluation(
A_1 : Process,
A_2 : Thread,
A_3 : dbgExpressionEvaluationState
)
Parameters
A_1
Type: EnvDTE.Process
A_2
Type: EnvDTE.Thread
A_3
Type: EnvDTE80.dbgExpressionEvaluationState
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.