Where to interpret offsets from.
[System.CLSCompliant(false)]
public enum SeekFlags
Member Name | Description |
---|
L_INCR | Documentation for this section has not yet been entered. |
L_SET | Documentation for this section has not yet been entered. |
L_XTND | Documentation for this section has not yet been entered. |
SEEK_CUR | Measure offsets from the current file position. |
SEEK_END | Measure offsets from the end of the file. |
SEEK_SET | Measure offsets from the start of the file. |
Namespace: Mono.Unix.Native
Assembly: Mono.Posix (in Mono.Posix.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0