DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomDataSet Class / GetCacheSize Method



In This Topic
    GetCacheSize Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetCacheSize( _
       ByVal cacheType As CacheTypes _
    ) As Long
    'Usage
     
    
    Dim instance As DicomDataSet
    Dim cacheType As CacheTypes
    Dim value As Long
     
    value = instance.GetCacheSize(cacheType)
    public long GetCacheSize( 
       CacheTypes cacheType
    )
    public:
    int64 GetCacheSize( 
       CacheTypes cacheType
    ) 

    Parameters

    cacheType
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also