GCHelper Class Methods

For a list of all members of this type, see GCHelper members.

Public Methods
 NameDescription
Public Method Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.  
Public Methodstatic (Shared in Visual Basic) Temporarily suspends Garbage collection for the entire application. WARNING! Use only in Using blocks and use sparingly around performance-intensive code  
Top
Extension Methods
 NameDescription
Public Extension Method Notifies that finalizer has been invoked
Public Extension Method Checks for null and if not null, calls Dispose
Public Extension MethodOverloaded. Converts an System.IComparable array to double array
Public Extension MethodYields a single item, converting it to System.Collections.IEnumerable.
Public Extension Method
Top
See Also