Mono.Debugger.Soft.Connection.VM_AbortInvoke C# (CSharp) Method

VM_AbortInvoke() public method

public VM_AbortInvoke ( long thread, int id ) : void
thread long
id int
return void
		public void VM_AbortInvoke (long thread, int id)
		{
			SendReceive (CommandSet.VM, (int)CmdVM.ABORT_INVOKE, new PacketWriter ().WriteId (thread).WriteInt (id));
		}
Connection