MonobjcMonobjc Documented Class Library
Load Method (error)
NamespacesMonobjc.CoreDataNSAtomicStoreLoad(NSError%)

Loads the cache nodes for the receiver.

Original signature is '- (BOOL)load:(NSError **)error'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool Load(
	out NSError error
)
Public Overridable Function Load ( _
	<OutAttribute> ByRef error As NSError _
) As Boolean
public:
virtual bool Load(
	[OutAttribute] NSError^% error
)
Parameters
error (NSError%)
If an error occurs, upon return contains an NSError object that describes the problem.
Return Value
YES if the cache nodes were loaded correctly, otherwise NO.
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)