Constructs a new Session with the specified parameters.
Session::Session( std::string bin_path = ".", bool in_process = false, Configuration config = {} )
bin_path
|
The directory of the KeyView installation. |
in_process
|
Used to determine whether to filter in process or out of process. |
config
|
The set of configurations for this session. |
|