public static void ReRegisterForFinalize(object obj) { if (obj == null) { throw new ArgumentNullException("obj"); } GC._ReRegisterForFinalize(obj); }