Share via


ICorDebugChain::GetCallee Method

Gets the chain that was called by this chain.

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

Parameters

  • ppChain
    [out] A pointer to the address of an ICorDebugChain Interface object that represents the called chain. If this chain is currently executing (that is, if this chain is not waiting for a called chain to return), ppChain will be null.

Remarks

This chain will wait for the called chain to return before it resumes execution. The called chain may be on another thread in the case of cross-thread marshaled calls.

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