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

mono_debugger_server_current_insn_is_bpt() private method

private mono_debugger_server_current_insn_is_bpt ( IntPtr handle, int &is_breakpoint ) : TargetError
handle System.IntPtr
is_breakpoint int
return TargetError
        static extern TargetError mono_debugger_server_current_insn_is_bpt(IntPtr handle, out int is_breakpoint);
Inferior