Module
ChildProcess::Windows::Lib
In:
lib/childprocess/windows/lib.rb
lib/childprocess/windows.rb
Methods
check_error
dont_inherit
duplicate_handle
get_handle_inheritance
handle_for
io_for
kill
last_error_message
msvcrt_name
no_hang?
set_handle_inheritance
wait_for_pid
waitpid
waitpid2
Public Class methods
check_error
(bool)
dont_inherit
(file)
duplicate_handle
(handle)
get_handle_inheritance
(handle)
handle_for
(fd_or_io)
io_for
(handle, flags = File::RDONLY)
kill
(signal, *pids)
last_error_message
()
msvcrt_name
()
no_hang?
(flags)
set_handle_inheritance
(handle, bool)
wait_for_pid
(pid, no_hang)
waitpid
(pid, flags = 0)
waitpid2
(pid, flags = 0)
[Validate]