HelloWorld.AppDelegate.ReceiveMemoryWarning C# (CSharp) Method

ReceiveMemoryWarning() public method

public ReceiveMemoryWarning ( UIApplication application ) : void
application UIApplication
return void
        public override void ReceiveMemoryWarning(UIApplication application)
        {
            SPPoint.PurgePool();
            SPRectangle.PurgePool();
            SPMatrix.PurgePool();
        }