The StatisticsTable class encapsulates the LStatisticsTable type of the LayGO API.
LStatisticsTable
using LaygoApi; StatisticsTable stats = cid.GetStatistics(); LogStatistics(stats.ToString());