NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
process 成员列表

成员的完整列表,这些成员属于 process,包括所有继承而来的类成员

check_permission(native_id_type process_id, permission perm)processstatic
close() noexceptprocess
close_stdin()process
current_id() noexceptprocessstatic
current_privilege_level() noexceptprocessstatic
elevation_tool 枚举名称process
execute_elevated_shell(const string &command, int timeout_ms=-1, elevation_tool tool=elevation_tool::auto_)processstatic
execute_shell(const string &command, int timeout_ms=-1)processstatic
exit_code() const noexceptprocessinline
get_memory_info() constprocess
get_memory_info(native_id_type process_id)processstatic
get_privilege_level(native_id_type process_id)processstatic
get_state() constprocess
get_state(native_id_type process_id)processstatic
id() const noexceptprocessinline
is_running() constprocess
name(native_id_type process_id)processstatic
native_id_type typedefprocess
operator=(process &&other) noexceptprocess
permission 枚举名称process
privilege_level 枚举名称process
process()=defaultprocess
process(process &&other) noexceptprocess
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 noexceptprocessinline
stdout_output() const noexceptprocessinline
suspend()process
terminate()process
wait(int timeout_ms=-1)process
write_stdin(const string &data)process
~process()process