System.IO.UnmanagedMemoryStream Class

Provides access to unmanaged blocks of memory from managed code.

See Also: UnmanagedMemoryStream Members

Syntax

public class UnmanagedMemoryStream : Stream

Remarks

This class supports access to unmanaged memory using the existing stream-based model and does not require that the contents in the unmanaged memory be copied to the heap.

Requirements

Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0