Example #1
0
 /// <summary>
 ///     Returns true if the finalization is suppressed for an object.  (The user program called
 ///     System.GC.SupressFinalize.  The behavior of this function is undefined if the object itself
 ///     is not finalizable.
 /// </summary>
 /// <param name="obj">The object.</param>
 /// <returns><c>true</c> if [is finalize suppressed] [the specified object]; otherwise, <c>false</c>.</returns>
 public bool IsFinalizeSuppressed(ulong obj) => ClrType.IsFinalizeSuppressed(obj);