StringWriter::Dispose Method (Boolean)
Releases the unmanaged resources used by the StringWriter and optionally releases the managed resources.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- disposing
-
Type:
System::Boolean
true to release both managed and unmanaged resources; false to release only unmanaged resources.
When the disposing parameter is true, this method releases all resources held by any managed objects that this StringWriter references. This method invokes the Dispose method of each referenced object.
Notes to Inheritors:
Dispose can be called multiple times by other objects. When overriding Dispose, be careful not to reference objects that have been previously disposed in an earlier call to Dispose.
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1