MonobjcMonobjc Documented Class Library
BeginContentAccess Property
NamespacesMonobjc.FoundationNSPurgeableDataBeginContentAccess

Returns a Boolean value indicating whether the discardable contents are still available and have been successfully accessed.

Original signature is '- (BOOL)beginContentAccess'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool BeginContentAccess { get; }
Public Overridable ReadOnly Property BeginContentAccess As Boolean
	Get
public:
virtual property bool BeginContentAccess {
	bool get ();
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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