Sean's Note: Static variables are not resetting when the application is destroyed

2013年3月29日 星期五

Static variables are not resetting when the application is destroyed

當 APP 觸發 OnDestory() 而結束時,所宣告的 static variables 並不會因此而重設,

必須手動重設,這是因為當 class 被載入時,靜態變數就會一直存在直到 class

被卸載,像是 Remove 整個 APP 時或系統記憶體不足的時候。

沒有留言:

張貼留言