ICorDebugFunctionBreakpoint
Mise à jour : novembre 2007
Étend l'interface ICorDebugBreakpoint pour prendre en charge des points d'arrêt dans des fonctions.
interface ICorDebugFunctionBreakpoint : ICorDebugBreakpoint {
HRESULT GetFunction (
[out] ICorDebugFunction **ppFunction
);
HRESULT GetOffset (
[out] ULONG32 *pnOffset
);
};
Méthodes
Méthode |
Description |
---|---|
Obtient un pointeur d'interface vers ICorDebugFunction qui référence la fonction dans laquelle le point d'arrêt est défini. |
|
Obtient l'offset du point d'arrêt dans la fonction. |
Configuration requise
Plateformes : consultez Configuration requise du .NET Framework.
En-tête : CorDebug.idl
Bibliothèque : CorGuids.lib
Versions du .NET Framework : 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0