Microsoft SDK for Java

IRemoteMethodFieldEx : IRemoteMethodField

The IRemoteMethodFieldEx interface represents a Java method. A debugger typically obtains an IRemoteMethodFieldEx interface by calling QueryInterface for IID_IRemoteMethodFieldEx on an IRemoteMethodField interface provided by the Microsoft VM.

  // Methods
  HRESULT GetCodeBreakpoints(IEnumCodeBreakpoints **ppiecbp)
  HRESULT GetMethodLocationForPC(ULONG ulPC, IMethodLocation **ppiml)

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