ICorDebugDebugEvent Interface
Defines the base interface from which all ICorDebug
debug events derive.
Methods
Method | Description |
---|---|
GetEventKind Method | Indicates what kind of event this ICorDebugDebugEvent object represents. |
GetThread Method | Gets the thread on which the event occurred. |
Remarks
The following interfaces are derived from the ICorDebugDebugEvent
interface:
Note
The interface is available with .NET Native only. Attempting to call QueryInterface
to retrieve an interface pointer returns E_NOINTERFACE
for ICorDebug scenarios outside of .NET Native.
Requirements
Platforms: See System Requirements.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET Framework Versions: Available since 4.6, .NET Native only
See also
Cộng tác với chúng tôi trên GitHub
Bạn có thể tìm thấy nguồn cho nội dung này trên GitHub, nơi bạn cũng có thể tạo và xem lại các vấn đề và yêu cầu kéo. Để biết thêm thông tin, hãy xem hướng dẫn dành cho người đóng góp của chúng tôi.