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

Object_GetType() public method

public Object_GetType ( long id ) : long
id long
return long
		public long Object_GetType (long id) {
			return SendReceive (CommandSet.OBJECT_REF, (int)CmdObjectRef.GET_TYPE, new PacketWriter ().WriteId (id)).ReadId ();
		}			
Connection