_dispDebuggerEvents Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Microsoft Internal Use Only.
This API supports the product infrastructure and is not intended to be used directly from your code.
public interface class _dispDebuggerEvents
public interface class _dispDebuggerEvents
__interface _dispDebuggerEvents
[System.Runtime.InteropServices.Guid("46209330-0FBA-11D3-B880-00C04F79E479")]
[System.Runtime.InteropServices.InterfaceType(2)]
[System.Runtime.InteropServices.TypeLibType(4096)]
public interface _dispDebuggerEvents
[System.Runtime.InteropServices.Guid("46209330-0FBA-11D3-B880-00C04F79E479")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIDispatch)]
public interface _dispDebuggerEvents
[<System.Runtime.InteropServices.Guid("46209330-0FBA-11D3-B880-00C04F79E479")>]
[<System.Runtime.InteropServices.InterfaceType(2)>]
[<System.Runtime.InteropServices.TypeLibType(4096)>]
type _dispDebuggerEvents = interface
[<System.Runtime.InteropServices.Guid("46209330-0FBA-11D3-B880-00C04F79E479")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIDispatch)>]
type _dispDebuggerEvents = interface
Public Interface _dispDebuggerEvents
- Derived
- Attributes
Methods
OnContextChanged(Process, Program, Thread, StackFrame) |
This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
OnEnterBreakMode(dbgEventReason, dbgExecutionAction) |
This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
OnEnterDesignMode(dbgEventReason) |
This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
OnEnterRunMode(dbgEventReason) |
This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
OnExceptionNotHandled(String, String, Int32, String, dbgExceptionAction) |
This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
OnExceptionThrown(String, String, Int32, String, dbgExceptionAction) |
This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |