Uses of Class
com.jniwrapper.win32.process.monitoring.Snapshot.Options

Packages that use Snapshot.Options
com.jniwrapper.win32.process.monitoring The com.jniwrapper.win32.process.monitoring package contains classes, which allows you to get system snapshot, process details, memory heap usage, to do performance monitoring etc. 
 

Uses of Snapshot.Options in com.jniwrapper.win32.process.monitoring
 

Methods in com.jniwrapper.win32.process.monitoring that return Snapshot.Options
 Snapshot.Options Snapshot.getOptions()
          Returns SnapshotOptions.
 

Constructors in com.jniwrapper.win32.process.monitoring with parameters of type Snapshot.Options
Snapshot(Snapshot.Options options)
          Creates a snapshot of specified processes in the system, as well as heaps, modules, and threads used by these processes.
Snapshot(Snapshot.Options options, long processID)
          Creates a snapshot of specified processes in the system, as well as heaps, modules, and threads used by these processes.