MonobjcMonobjc Documented Class Library
OffsetInFile Property
NamespacesMonobjc.FoundationNSFileHandleOffsetInFile

Returns the position of the file pointer within the file represented by the receiver.

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

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual ulong OffsetInFile { get; }
Public Overridable ReadOnly Property OffsetInFile As ULong
	Get
public:
virtual property unsigned long long OffsetInFile {
	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)