Mono.Debugger.Backend.Inferior.mono_debugger_server_attach C# (CSharp) 메소드

mono_debugger_server_attach() 개인적인 메소드

private mono_debugger_server_attach ( IntPtr handle, int child_pid ) : TargetError
handle System.IntPtr
child_pid int
리턴 TargetError
        static extern TargetError mono_debugger_server_attach(IntPtr handle, int child_pid);
Inferior