Stream.Dispose Method
.NET Framework 2.0
Releases all resources used by the Stream object.
Stream Members
System.IO Namespace
How to: Read Text from a File
How to: Write Text to a File
| Name | Description |
|---|---|
| Stream.Dispose () | Releases all resources used by the Stream. |
| Stream.Dispose (Boolean) | Releases the unmanaged resources used by the Stream and optionally releases the managed resources. Supported by the .NET Compact Framework. |
Reference
Stream ClassStream Members
System.IO Namespace
Other Resources
File and Stream I/OHow to: Read Text from a File
How to: Write Text to a File
Community Additions
ADD
Show: