Белешка
Приступ овој страници захтева ауторизацију. Можете покушати да се пријавите или промените директоријуме.
Приступ овој страници захтева ауторизацију. Можете покушати да промените директоријуме.
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 .NET supported operating systems.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET versions: Available since .NET Framework 1.0