| |||
| public static void SuppressFinalize( object obj ); The method removes obj from the set of objects that require finalization. The obj parameter is required to be the caller of this method. Objects that implement the IDisposable interface can call this method from the IDisposable.Dispose method to prevent the garbage collector from calling Object.Finalize on an object that does not require it |
![]() |
| Thread Tools | |
| Display Modes | |
| |