System.IO.UnmanagedMemoryStream.PositionPointer Property

Gets or sets a byte pointer to a stream based on the current position in the stream.

Syntax

[System.CLSCompliant(false)]
public byte* PositionPointer { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

To return a pointer to the entire stream, set the UnmanagedMemoryStream.Position property to zero, and then call this property.

Requirements

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