MemoryMappedViewStream: Position (let)

Position

Sets the current position in a stream.



 Public Property Let Position(
	  ByVal Value As Currency )

Parameters

Value
[ByVal] Currency. The current position in the stream.

Read/Write.

Exceptions

Exception Condition
ObjectDisposedExceptionThe stream is closed.
ArgumentOutOfRangeExceptionThe position is set to a negative value.

See Also

Project CorLib Overview

Class MemoryMappedViewStream Overview