MonobjcMonobjc Documented Class Library
IsCachedSeparately Property
NamespacesMonobjc.AppKitNSImageIsCachedSeparately

Returns a Boolean value indicating whether each image representation caches its contents in a separate offscreen window. (Deprecated in Mac OS X v10.6. NSImage no longer caches to windows. There is no replacement method)

Original signature is '- (BOOL)isCachedSeparately'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Deprecated in Mac OS X v10.6. NSImage no longer caches to windows. There is no replacement method")]
public virtual bool IsCachedSeparately { get; set; }
<ObsoleteAttribute("Deprecated in Mac OS X v10.6. NSImage no longer caches to windows. There is no replacement method")> _
Public Overridable Property IsCachedSeparately As Boolean
	Get
	Set
[ObsoleteAttribute(L"Deprecated in Mac OS X v10.6. NSImage no longer caches to windows. There is no replacement method")]
public:
virtual property bool IsCachedSeparately {
	bool get ();
	void set (bool value);
}
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)