Share via


ICorDebugManagedCallback2::FunctionRemapComplete Method

Notifies the debugger that code execution has switched to a new version of an edited function.

HRESULT FunctionRemapComplete (
    [in] ICorDebugAppDomain   *pAppDomain,
    [in] ICorDebugThread      *pThread,
    [in] ICorDebugFunction    *pFunction
);

Parameters

Parameter Description

pAppDomain

[in] A pointer to an ICorDebugAppDomain Interface object that represents the application domain containing the edited function.

pThread

[in] A pointer to an ICorDebugThread Interface object that represents the thread on which the remap breakpoint was encountered.

pFunction

[in] A pointer to an ICorDebugFunction Interface object that represents the version of the function currently running on the thread.

Remarks

This callback gives the debugger an opportunity to recreate any steppers that previously existed.

Requirements

Platforms: Windows 2000, Windows XP, Windows Server 2003 family

Header: CorDebug.idl

Library: CorGuids.lib

.NET Framework Version: 2.0

See Also

Reference

ICorDebugManagedCallback2 Interface
ICorDebugManagedCallback Interface