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

mono_debugger_server_execute_instruction() private method

private mono_debugger_server_execute_instruction ( IntPtr handle, IntPtr instruction, int insn_size, bool update_ip ) : TargetError
handle System.IntPtr
instruction System.IntPtr
insn_size int
update_ip bool
return TargetError
        static extern TargetError mono_debugger_server_execute_instruction(IntPtr handle, IntPtr instruction, int insn_size, bool update_ip);
Inferior