_dispDebuggerEvents.OnContextChanged Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
Sub OnContextChanged ( _
NewProcess As Process, _
NewProgram As Program, _
NewThread As Thread, _
NewStackFrame As StackFrame _
)
void OnContextChanged(
Process NewProcess,
Program NewProgram,
Thread NewThread,
StackFrame NewStackFrame
)
void OnContextChanged(
[InAttribute] Process^ NewProcess,
[InAttribute] Program^ NewProgram,
[InAttribute] Thread^ NewThread,
[InAttribute] StackFrame^ NewStackFrame
)
abstract OnContextChanged :
NewProcess:Process *
NewProgram:Program *
NewThread:Thread *
NewStackFrame:StackFrame -> unit
function OnContextChanged(
NewProcess : Process,
NewProgram : Program,
NewThread : Thread,
NewStackFrame : StackFrame
)
Parameters
NewProcess
Type: EnvDTE.ProcessThe new process.
NewProgram
Type: EnvDTE.ProgramThe new program.
NewThread
Type: EnvDTE.ThreadThe new thread.
NewStackFrame
Type: EnvDTE.StackFrameThe new stack frame.
.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.