[This is preliminary documentation and is subject to change.]
Implements a stream wrapper that does not close/get disposed.
This stream is needed for TextWriter defect that always closes stream in its destructor
System Object
System MarshalByRefObject
System.IO Stream NFX.IO NonClosingStreamWrapNamespace: NFX.IOAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public sealed class NonClosingStreamWrap : Stream
public sealed class NonClosingStreamWrap : Stream
Public NotInheritable Class NonClosingStreamWrap
Inherits Stream
Public NotInheritable Class NonClosingStreamWrap
Inherits Stream
public ref class NonClosingStreamWrap sealed : public Stream
public ref class NonClosingStreamWrap sealed : public Stream
[<SealedAttribute>]
type NonClosingStreamWrap =
class
inherit Stream
end
[<SealedAttribute>]
type NonClosingStreamWrap =
class
inherit Stream
end