MemoryStream Class

Represents a stream that can read from or write to memory.

Namespace: System.Ext.IO
Assembly: MFDpwsExtensions (in mfdpwsextensions.dll)

Syntax

 public class MemoryStream : Stream

Remarks

MemoryStream objects store their data in a memory buffer.

Version Information

Available in .NET Micro Framework version 2.5

See Also

Reference

MemoryStream Members
System.Ext.IO Namespace