The dynamic information debugger interfaces are as follows:
IRemoteObject represents bound access to objects of different types in a Java process.
IRemoteXXXXObject is an abstraction of some of the Java primitive type variable manipulation interfaces.
IRemoteObjectEx represents bound access to objects in a Java process.
IRemoteArrayObject represents bound access to a Java array object.
IRemoteBooleanObject manipulates the value of a Java boolean variable.
IRemoteByteObject manipulates the value of a Java byte variable.
IRemoteCharObject manipulates the value of a Java character variable.
IRemoteContainerObject provides run-time access to a container object (an object reference or a running method) in a Java process.
IRemoteClassObject provides run-time access to a class object in a Java process.
IRemoteDoubleObject manipulates the value of a Java double variable.
IRemoteFloatObject manipulates the value of a Java float variable.
IRemoteIntObject manipulates the value of a Java integer variable.
IRemoteLongObject manipulates the value of a Java long variable.
IRemoteShortObject manipulates the value of a Java short variable.
IEnumXXXX represents an abstraction of some of the enumeration interfaces.
IJavaEnumXXXX represents an abstraction of some of the enumeration interfaces.
IJavaEnumRemoteObject enumerates IRemoteObject pointers.
IEnumRemoteValue is a base interface whose derived interfaces enumerate values of elements in Java arrays of primitive values.
IJavaEnumRemoteBooleanValue enumerates the values of the elements in a Java array of booleans.
IJavaEnumRemoteByteValue enumerates the values of the elements in a Java array of bytes.
IJavaEnumRemoteCharValue enumerates the values of the elements in a Java array of characters.
IJavaEnumRemoteDoubleValue enumerates the values of the elements in a Java array of doubles.
IJavaEnumRemoteFloatValue enumerates the values of the elements in a Java array of floats.
IJavaEnumRemoteIntValue enumerates the values of the elements in a Java array of integers.
IJavaEnumRemoteLongValue enumerates the values of the elements in a Java array of longs.
IJavaEnumRemoteShortValue enumerates the values of the elements in a Java array of shorts.