Microsoft SDK for Java

IRemoteStackFrame::
GetMethodObject

The GetMethodObject method of the IRemoteStackFrame interface returns an IRemoteContainerObject interface representing this stack frame’s executing method.

Syntax

HRESULT GetMethodObject(IRemoteContainerObject **ppMethodObject)

Parameters

[out] **ppMethodObject Returns this stack frame’s method object. 

Return Value

S_OK Success. 

© 1999 Microsoft Corporation. All rights reserved. Terms of use.