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

Thread_GetId() public method

public Thread_GetId ( long id ) : long
id long
return long
		public long Thread_GetId (long id) {
			return SendReceive (CommandSet.THREAD, (int)CmdThread.GET_ID, new PacketWriter ().WriteId (id)).ReadLong ();
		}
Connection