_dispDebuggerExpressionEvaluationEvents.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
Sub OnExpressionEvaluation ( _
pProcess As Process, _
Thread As Thread, _
evaluationState As dbgExpressionEvaluationState _
)
void OnExpressionEvaluation(
Process pProcess,
Thread Thread,
dbgExpressionEvaluationState evaluationState
)
void OnExpressionEvaluation(
[InAttribute] Process^ pProcess,
[InAttribute] Thread^ Thread,
[InAttribute] dbgExpressionEvaluationState evaluationState
)
abstract OnExpressionEvaluation :
pProcess:Process *
Thread:Thread *
evaluationState:dbgExpressionEvaluationState -> unit
function OnExpressionEvaluation(
pProcess : Process,
Thread : Thread,
evaluationState : dbgExpressionEvaluationState
)
Parameters
pProcess
Type: EnvDTE.Process
Thread
Type: EnvDTE.Thread
- evaluationState
Type: EnvDTE80.dbgExpressionEvaluationState
.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.