Dispose Method (Boolean)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Releases the unmanaged resources used by the MemoryStream class and optionally releases the managed resources.
Namespace: System.IO
Assembly: System.IO (in System.IO.dll)
When the disposing parameter is true, this method releases all resources held by any managed objects that this MemoryStream references. This method invokes the Dispose method of each referenced object.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.
Show: