Debug.MemoryInfo.GetOtherSharedDirty(Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le dirty partagé pour la autre catégorie de mémoire spécifiée.
[Android.Runtime.Register("getOtherSharedDirty", "(I)I", "GetGetOtherSharedDirty_IHandler")]
public virtual int GetOtherSharedDirty(int which);
[<Android.Runtime.Register("getOtherSharedDirty", "(I)I", "GetGetOtherSharedDirty_IHandler")>]
abstract member GetOtherSharedDirty : int -> int
override this.GetOtherSharedDirty : int -> int
Paramètres
- which
- Int32
Index de catégorie autre mémoire.
Retours
L’autre partagé demandé est sale.
- Attributs
Remarques
Java documentation pour android.os.Debug.MemoryInfo.getOtherSharedDirty(int).
Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.