UIApplicationDelegate_Extensions.ReceiveMemoryWarning 方法

定义

应用已收到来自系统的内存不足警告。

public static void ReceiveMemoryWarning (this UIKit.IUIApplicationDelegate This, UIKit.UIApplication application);
static member ReceiveMemoryWarning : UIKit.IUIApplicationDelegate * UIKit.UIApplication -> unit

参数

This
IUIApplicationDelegate

此扩展方法在其上运行的实例。

application
UIApplication

对调用此委托方法的 UIApplication 的引用。

适用于