System.IO.UnmanagedMemoryStream.Initialize Method

Initializes a new instance of the System.IO.UnmanagedMemoryStream class in a safe buffer with a specified offset, length, and file access.

Syntax

protected void Initialize (System.Runtime.InteropServices.SafeBuffer buffer, long offset, long length, FileAccess access)

Parameters

buffer
The buffer to contain the unmanaged memory stream.
offset
The byte position in the buffer at which to start the unmanaged memory stream.
length
The length of the unmanaged memory stream.
access
The mode of file access to the unmanaged memory stream.

Remarks

Documentation for this section has not yet been entered.

Requirements

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