MemoryStream: CloseStream

CloseStream

Closes the MemoryStream and releases any resources allocated.



 Public Sub CloseStream ( )

Remarks

If a user-supplied array is being used, it will be released at this point. The user then may modify the array as normal.

See Also

Project CorLib Overview

Class MemoryStream Overview