|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
成员的完整列表,这些成员属于 process,包括所有继承而来的类成员
| check_permission(native_id_type process_id, permission perm) | process | static |
| close() noexcept | process | |
| close_stdin() | process | |
| current_id() noexcept | process | static |
| current_privilege_level() noexcept | process | static |
| elevation_tool 枚举名称 | process | |
| execute_elevated_shell(const string &command, int timeout_ms=-1, elevation_tool tool=elevation_tool::auto_) | process | static |
| execute_shell(const string &command, int timeout_ms=-1) | process | static |
| exit_code() const noexcept | process | inline |
| get_memory_info() const | process | |
| get_memory_info(native_id_type process_id) | process | static |
| get_privilege_level(native_id_type process_id) | process | static |
| get_state() const | process | |
| get_state(native_id_type process_id) | process | static |
| id() const noexcept | process | inline |
| is_running() const | process | |
| name(native_id_type process_id) | process | static |
| native_id_type typedef | process | |
| operator=(process &&other) noexcept | process | |
| permission 枚举名称 | process | |
| privilege_level 枚举名称 | process | |
| process()=default | process | |
| process(process &&other) noexcept | process | |
| resume() | process | |
| set_capture_stderr(bool v=true) | process | |
| set_capture_stdout(bool v=true) | process | |
| set_env(const string &key, const string &value) | process | |
| set_stdin_data(const string &data) | process | |
| set_work_dir(const string &dir) | process | |
| start(const string &executable, const vector< string > &args={}) | process | |
| start_elevated(const string &executable, const vector< string > &args={}, elevation_tool tool=elevation_tool::auto_) | process | |
| state 枚举名称 | process | |
| stderr_output() const noexcept | process | inline |
| stdout_output() const noexcept | process | inline |
| suspend() | process | |
| terminate() | process | |
| wait(int timeout_ms=-1) | process | |
| write_stdin(const string &data) | process | |
| ~process() | process |