System.IO.UnmanagedMemoryStream.Length Property

Gets the length of the data in a stream.

Syntax

public override long Length { get; }

Value

Documentation for this section has not yet been entered.

Remarks

If unchanged since the stream was initialized, this property returns the length value provided to the constructor. If changes to the stream have occurred, this property reflects any changes to the length of the data.

Requirements

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