LEADTOOLS Medical (Leadtools.Medical.Caching assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
CurrentSize Property
See Also 
Leadtools.Medical.Caching Namespace > Cache Class : CurrentSize Property



The CurrentSize Property is available as an add-on to the LEADTOOLS Medical Imaging toolkits.

Gets the current size of the cache store in bytes.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property CurrentSize As Long
Visual Basic (Usage)Copy Code
Dim instance As Cache
Dim value As Long
 
value = instance.CurrentSize
C# 
public long CurrentSize {get;}
C++/CLI 
public:
property int64 CurrentSize {
   int64 get();
}

Property Value

The size of stored cache items in bytes.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also