MonobjcMonobjc Documented Class Library
TotalCostLimit Property
NamespacesMonobjc.FoundationNSCacheTotalCostLimit

Returns the maximum total cost that the cache can have before it starts evicting objects.

Original signature is '- (NSUInteger)totalCostLimit'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSUInteger TotalCostLimit { get; set; }
Public Overridable Property TotalCostLimit As NSUInteger
	Get
	Set
public:
virtual property NSUInteger TotalCostLimit {
	NSUInteger get ();
	void set (NSUInteger value);
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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