The GetMethodObject method of the IRemoteStackFrame interface returns an IRemoteContainerObject interface representing this stack frame’s executing method.
HRESULT GetMethodObject(IRemoteContainerObject **ppMethodObject)
[out] **ppMethodObject | Returns this stack frame’s method object. |
S_OK Success.