ImageLibrary.GetCacheSize(Int64, Int64) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obter o número de bytes são realmente usados pelo 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)
Parâmetros
- actualSize
- Int64
fora O tamanho.
- reservedSize
- Int64
O tamanho reservado.