다음을 통해 공유


ICorDebugManagedCallback::EditAndContinueRemap 메서드

업데이트: 2007년 11월

이 메서드는 더 이상 사용되지 않습니다. 이 메서드는 다시 매핑 이벤트를 IDE(통합 개발 환경)로 보냈음을 디버거에 알립니다.

HRESULT EditAndContinueRemap (
    [in] ICorDebugAppDomain *pAppDomain,
    [in] ICorDebugThread *pThread,
    [in] ICorDebugFunction *pFunction,
    [in] BOOL fAccurate
);

설명

업데이트된 함수의 이전 버전에서 코드를 실행하려는 경우 EditAndContinueRemap 메서드가 호출됩니다. 공용 언어 런타임에서 EditAndContinueRemap 메서드를 호출하여 다시 매핑 이벤트를 IDE로 보냅니다.

요구 사항

플랫폼:.NET Framework 시스템 요구 사항 참조

헤더: CorDebug.idl

라이브러리: CorGuids.lib

.NET Framework 버전: 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0

참고 항목

참조

ICorDebugManagedCallback