ICorDebug::SetManagedHandler Method
Specifies the event handler object for managed events.
Syntax
HRESULT SetManagedHandler (
[in] ICorDebugManagedCallback *pCallback
);
Parameters
pCallback
[in] A pointer to an ICorDebugManagedCallback object, which is the event handler object.
Remarks
SetManagedHandler
must be called at creation time.
If the ICorDebugManagedCallback
implementation does not contain sufficient interfaces to handle debugging events for the application that is being debugged, SetManagedHandler
returns an HRESULT of E_NOINTERFACE.
Requirements
Platforms: See System Requirements.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET Framework Versions: Available since 1.0
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.