The IRemoteMethodField interface contains the following methods:
ClearBreakpoint has been superseded by IMethodLocation::ClearBreakpoint.
GetBytes returns an ILockBytes interface that can be used to obtain the Java bytecodes of this method.
GetIndexedField returns a local variable or parameter field from this method by its local variable index at a given bytecode offset in this method.
GetLineInfo returns an IJavaEnumLINEINFO enumerator of LINEINFO structures describing the mapping between source lines and bytecode offsets within the Java bytecodes representing the method.
GetScope returns the range of bytecode offsets within which the given field is in scope in this method.
SetBreakpoint has been superseded by IMethodLocation::SetBreakpoint.