ImageLibrary.GetCacheSize(Int64, Int64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.