MonobjcMonobjc Documented Class Library
CacheMode Property
NamespacesMonobjc.AppKitNSImageCacheMode

Returns the receiver’s caching mode.

Original signature is '- (NSImageCacheMode)cacheMode'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSImageCacheMode CacheMode { get; set; }
Public Overridable Property CacheMode As NSImageCacheMode
	Get
	Set
public:
virtual property NSImageCacheMode CacheMode {
	NSImageCacheMode get ();
	void set (NSImageCacheMode 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)