ImageLibrary.GetCacheSize(Int64, Int64) 方法

定义

获取缓存实际使用的字节数。

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)

参数

actualSize
Int64

弄大小。

reservedSize
Int64

保留的大小。

适用于