Constructor

Constructs a new Session with the specified parameters.

Syntax

Session::Session(
        const std::string& license,
        const std::string& bin_path,
        bool in_process,
        Configuration config 
    )

Arguments

license Your license key, as provided by OpenText. Copy the key exactly, with no leading or trailing spaces.
bin_path The path of the KeyView bin directory.
in_process Specifies whether to filter in-process or out-of-process.
config The set of configurations for this session.