Moves the file pointer to the specified offset within the file represented by the receiver.
Original signature is '- (void)seekToFileOffset:(unsigned long long)offset'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual void SeekToFileOffset( ulong offset )
Public Overridable Sub SeekToFileOffset ( _ offset As ULong _ )
public: virtual void SeekToFileOffset( unsigned long long offset )

- offset (UInt64)
- The offset to seek to.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)