W3cubDocs

/Haxe C++

NativeProcess

package cpp

Available on cpp

Static methods

static process_close (handle:Dynamic):Void

static process_exit (handle:Dynamic):Int

static process_pid (handle:Dynamic):Int

static process_run (cmd:String, vargs:Array<String>):Dynamic

static process_run_with_show (cmd:String, vargs:Array<String>, inShow:Int):Dynamic

static process_stderr_read (handle:Dynamic, buf:BytesData, pos:Int, len:Int):Int

static process_stdin_close (handle:Dynamic):Void

static process_stdin_write (handle:Dynamic, buf:BytesData, pos:Int, len:Int):Int

static process_stdout_read (handle:Dynamic, buf:BytesData, pos:Int, len:Int):Int

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/cpp/NativeProcess.html