예제 #1
0
파일: XApiCom.cs 프로젝트: mlken/XAPI2
 /// <summary>
 /// 给COM使用,进行内存回收
 /// </summary>
 public void GCCollect()
 {
     api.GCCollect();
 }