_dispDebuggerProcessEvents_SinkHelper.OnProcessStateChanged 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 OnProcessStateChanged ( _
A_1 As Process, _
A_2 As dbgProcessState _
)
public virtual void OnProcessStateChanged(
Process A_1,
dbgProcessState A_2
)
public:
virtual void OnProcessStateChanged(
Process^ A_1,
dbgProcessState A_2
)
abstract OnProcessStateChanged :
A_1:Process *
A_2:dbgProcessState -> unit
override OnProcessStateChanged :
A_1:Process *
A_2:dbgProcessState -> unit
public function OnProcessStateChanged(
A_1 : Process,
A_2 : dbgProcessState
)
Parameters
A_1
Type: EnvDTE.Process
A_2
Type: EnvDTE80.dbgProcessState
Implements
_dispDebuggerProcessEvents.OnProcessStateChanged(Process, dbgProcessState)
.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.