Microsoft SDK for Java

IRemoteStackFrame : IUnknown

The IRemoteStackFrame interface provides access to a stack frame of a thread running in a Java process. Each stack frame represents the state of execution of a method.

  // Methods
  GetCallingFrame
  GetKind
  GetMethodObject
  GetPC
  SetPC

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