MonobjcMonobjc Documented Class Library
SeekToEndOfFile Property
NamespacesMonobjc.FoundationNSFileHandleSeekToEndOfFile

Puts the file pointer at the end of the file referenced by the receiver and returns the new file offset.

Original signature is '- (unsigned long long)seekToEndOfFile'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual ulong SeekToEndOfFile { get; }
Public Overridable ReadOnly Property SeekToEndOfFile As ULong
	Get
public:
virtual property unsigned long long SeekToEndOfFile {
	unsigned long long get ();
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)