IDebugEventCallbacks
EventInterestMask
OnBreakpoint(nint)
OnCreateProcess(UInt64, UInt64, UInt64, UInt32, String, String, UInt32, UInt32, UInt64, UInt64, UInt64)
OnCreateThread(UInt64, UInt64, UInt64)
OnDebuggeeChangeState(DEBUG_CDS, UInt64)
OnEngineChangeState(DEBUG_CES, UInt64)
OnException(EXCEPTION_RECORD64, Boolean)
OnExitProcess(Int32)
OnExitThread(Int32)
OnLoadModule(UInt64, UInt64, UInt32, String, String, UInt32, UInt32)
OnSessionStatus(DEBUG_SESSION)
OnSymbolChangeState(DEBUG_CSS, UInt64)
OnSystemError(UInt32, UInt32)
OnUnloadModule(String, UInt64)
net10.0-windows7.0
namespace Microsoft.Diagnostics.Runtime.Utilities.DbgEng
{
public interface IDebugEventCallbacks
{
virtual DEBUG_STATUS OnSystemError(uint error, uint level);
}
}
| .NET | 6.07.08.09.010.0 |
|---|---|
Information specific to net10.0 | |
| Platforms | This API is only available when you target a specific platform: |
| Windows | 7.0 |
Information specific to net10.0-windows7.0 | |
| Assemblies | Microsoft.Diagnostics.Runtime.Utilities , Version=3.0.8.42202, PublicKeyToken=31bf3856ad364e35 Microsoft.Diagnostics.Runtime.Utilities , Version=4.0.10.46301, PublicKeyToken=31bf3856ad364e35 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.Diagnostics.Runtime.Utilities (3.0.442202) net6.0 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API