Object
# File lib/childprocess/windows/process_builder.rb, line 7 def initialize(args) @args = args @inherit = false @detach = false @duplex = false @environment = nil @stdout = nil @stderr = nil @stdin = nil @flags = 0 @cmd_ptr = nil @env_ptr = nil end
# File lib/childprocess/windows/process_builder.rb, line 24 def start create_command_pointer create_environment_pointer setup_detach setup_io pid = create_process close_handles pid end
[Validate]
Generated with the Darkfish Rdoc Generator 2.