Package of interfaces representing a snapshot of a program.
In order to accommodate most dump formats, the API allows the possibility of
having multiple processes in the same dump. Each process is capable of having multiple
{@link ManagedRuntime}.
The package contains information on:
- The {@link Image} of the snapshot.
- The {@link ImageThread threads} including information on their {@link ImageRegister registers} and {@link ImageStackFrame stacks}.
- Loaded {@link ImageModule libraries} and their {@link ImageSymbol symbols}.
- Information on the running {@link ImageProcess process}.