StreamWriter.Finalize Method

Definition

Frees the resources of the current StreamWriter before it is reclaimed by the garbage collector.

C#
~StreamWriter();

Examples

For a list of common I/O tasks, see Common I/O Tasks.

Applies to

Product Versions
.NET Framework 1.1

See also