NondisposableMemoryStream class

NondisposableMemoryStream class

The class that encapsulates a stream that cannot be disposed by calling
the Dispose() method, whether explicitly or implicitly.

The NondisposableMemoryStream type exposes the following members:

Constructors

NameDescription
NondisposableMemoryStream()Creates a new instance.
NondisposableMemoryStream(stream)Initializes a new instance of the NondisposableMemoryStream class

See Also