언어

PackageManager.GetMemoryBudgets(ApplicationInfo) 메서드

정의

지정된 ApplicationInfo애플리케이션에 설명된 애플리케이션의 메모리 예산을 반환합니다.

[Android.Runtime.Register("getMemoryBudgets", "(Landroid/content/pm/ApplicationInfo;)Ljava/util/List;", "GetGetMemoryBudgets_Landroid_content_pm_ApplicationInfo_Handler", ApiSince=37)]
public virtual System.Collections.Generic.IList<Android.Content.PM.MemoryBudgetInfo> GetMemoryBudgets(Android.Content.PM.ApplicationInfo info);
[<Android.Runtime.Register("getMemoryBudgets", "(Landroid/content/pm/ApplicationInfo;)Ljava/util/List;", "GetGetMemoryBudgets_Landroid_content_pm_ApplicationInfo_Handler", ApiSince=37)>]
abstract member GetMemoryBudgets : Android.Content.PM.ApplicationInfo -> System.Collections.Generic.IList<Android.Content.PM.MemoryBudgetInfo>
override this.GetMemoryBudgets : Android.Content.PM.ApplicationInfo -> System.Collections.Generic.IList<Android.Content.PM.MemoryBudgetInfo>

매개 변수

info
ApplicationInfo

ApplicationInfo 쿼리할 애플리케이션의 수입니다.

반품

특성

적용 대상