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

mono_debugger_server_get_callback_frame() private method

private mono_debugger_server_get_callback_frame ( IntPtr handle, long stack_pointer, bool exact_match, IntPtr info ) : TargetError
handle System.IntPtr
stack_pointer long
exact_match bool
info System.IntPtr
return TargetError
        static extern TargetError mono_debugger_server_get_callback_frame(IntPtr handle, long stack_pointer, bool exact_match, IntPtr info);
Inferior