This topic has not yet been rated - Rate this topic

ICorDebugFrame::GetFunction Method

Gets the function that contains the code associated with this stack frame.


HRESULT GetFunction (
    [out] ICorDebugFunction  **ppFunction
);
ppFunction

[out] A pointer to the address of an ICorDebugFunction object that represents the function containing the code associated with this stack frame.

The GetFunction method may fail if the frame is not associated with any particular function.

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

Header: CorDebug.idl

Library: CorGuids.lib

.NET Framework Version: 2.0, 1.1, 1.0

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.