Share via


ICorDebugChain::GetCaller Method

Gets the chain that called this chain.

HRESULT GetCaller (
    [out] ICorDebugChain      **ppChain
);

Parameters

  • ppChain
    [out] A pointer to the address of an ICorDebugChain object that represents the calling chain.

    If this chain was spontaneously called (as would be the case if this chain or the debugger initialized the call stack), ppChain will be null.

Remarks

The calling chain may be on a different thread, if the call was marshaled across threads.

Requirements

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

Header: CorDebug.idl

Library: CorGuids.lib

.NET Framework Version: 2.0, 1.1, 1.0

See Also

Reference

ICorDebugChain Interface