示例#1
0
文件: XApiCom.cs 项目: mlken/XAPI2
 /// <summary>
 /// 给COM使用,进行内存回收
 /// </summary>
 public void GCCollect()
 {
     api.GCCollect();
 }