Mono.Debugger.Backend.Inferior.mono_debugger_server_spawn C# (CSharp) Method

mono_debugger_server_spawn() private method

private mono_debugger_server_spawn ( IntPtr handle, string working_directory, string argv, string envp, bool redirect_fds, int &child_pid, IntPtr &io_data, IntPtr &error ) : TargetError
handle System.IntPtr
working_directory string
argv string
envp string
redirect_fds bool
child_pid int
io_data System.IntPtr
error System.IntPtr
return TargetError
        static extern TargetError mono_debugger_server_spawn(IntPtr handle, string working_directory, string[] argv, string[] envp, bool redirect_fds, out int child_pid, out IntPtr io_data, out IntPtr error);
Inferior