MonobjcMonobjc Documented Class Library
FileSystemChanged Property
NamespacesMonobjc.AppKitNSWorkspaceFileSystemChanged

Returns a Boolean value indicating whether a change to the file system has been registered with a noteFileSystemChanged message since the last fileSystemChanged message. (Deprecated in Mac OS X v10.6.)

Original signature is '- (BOOL)fileSystemChanged'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Deprecated in Mac OS X v10.6.")]
public virtual bool FileSystemChanged { get; }
<ObsoleteAttribute("Deprecated in Mac OS X v10.6.")> _
Public Overridable ReadOnly Property FileSystemChanged As Boolean
	Get
[ObsoleteAttribute(L"Deprecated in Mac OS X v10.6.")]
public:
virtual property bool FileSystemChanged {
	bool 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.AppKit (Module: Monobjc.AppKit)