public static bool IsComObject(object o) { if (o == null) { throw new ArgumentNullException("o"); } return(McgMarshal.IsCOMObject(o.GetType())); }