会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
历史的尘埃
当你凝视深渊时,深渊也在凝视你。
博客园
首页
新随笔
联系
管理
订阅
2018年6月13日
WPF DispatcherTimer GC回收
摘要: 1 static DispatcherTimer GCTimer = new DispatcherTimer(); 2 public static void BeginGC() 3 { 4 GCTimer.Interval = TimeSpan.FromMinutes(0.5); //垃圾释放定时器 我定为每十分钟释...
阅读全文
posted @ 2018-06-13 15:13 dyfisgod
阅读(491)
评论(0)
推荐(0)
编辑
公告