Share via


ImageLibrary.GetCacheSize(Int64, Int64) Method

Definition

Get the number bytes are actually used by the cache.

public:
 void GetCacheSize([Runtime::InteropServices::Out] long % actualSize, [Runtime::InteropServices::Out] long % reservedSize);
public void GetCacheSize (out long actualSize, out long reservedSize);
member this.GetCacheSize : int64 * int64 -> unit
Public Sub GetCacheSize (ByRef actualSize As Long, ByRef reservedSize As Long)

Parameters

actualSize
Int64

[out] The size.

reservedSize
Int64

The reserved size.

Applies to