Enumeration SeekOrigin

Provides the fields that represent reference points in streams for seeking.

Index

Enumeration members

Enumeration members

Begin

Begin: = 0

Specifies the beginning of a stream.

Current

Current: = 1

Specifies the current position within a stream.

End

End: = 2

Specifies the end of a stream.

Generated using TypeDoc