MonobjcMonobjc Documented Class Library
CloseFile Method
NamespacesMonobjc.FoundationNSFileHandleCloseFile()()()()

Disallows further access to the represented file or communications channel and signals end of file on communications channels that permit writing.

Original signature is '- (void)closeFile'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void CloseFile()
Public Overridable Sub CloseFile
public:
virtual void CloseFile()
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)