internal ClPlatform copy() { IntPtr hList = Cores.platformList(); ClPlatform tmp = new ClPlatform(hList, platformIndex); Cores.deletePlatformList(hList); return(tmp); }