private static void upCall1Target([MarshalAs(UnmanagedType.IInspectable)] ref object o, long i, string a) { UpCall u = (UpCall)o; u.upCall1(i, a); }