Microsoft SDK for Java

IMethodLocation Interface Methods

The IMethodLocation interface contains the following methods:

ClearBreakpoint clears a code breakpoint at this method location that was previously set by IMethodLocation::SetBreakpoint.
GetBasePC returns the interpreted bytecode offset of the start of the source line that contains this location.
GetMethod returns an IRemoteMethodField interface representing the method that contains this location.
SetBreakpoint sets a code breakpoint at this method location.

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