Mono.Debugger.Backend.Inferior.mono_debugger_server_attach C# (CSharp) Méthode

mono_debugger_server_attach() private méthode

private mono_debugger_server_attach ( IntPtr handle, int child_pid ) : TargetError
handle System.IntPtr
child_pid int
Résultat TargetError
        static extern TargetError mono_debugger_server_attach(IntPtr handle, int child_pid);
Inferior