public class CounterPublic Class Countertype Counter = class end| Counter | 初始化 Counter 类的一个新实例 |
| Count | 周期内的累计计数值。 |
| LastIncrement | 最后一次递增时间 |
| OnPeriod | 当达到一个周期时触发。 |
| Period | 计数周期。默认1秒。 |
| Equals | Determines whether the specified object is equal to the current object. (继承自 Object。) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (继承自 Object。) |
| GetHashCode | Serves as the default hash function. (继承自 Object。) |
| GetType | Gets the Type of the current instance. (继承自 Object。) |
| Increment | 累计增加一个计数 |
| Increment(Int64) | 累计增加计数 |
| MemberwiseClone | Creates a shallow copy of the current Object. (继承自 Object。) |
| Reset | 重置Count和LastIncrement |
| ToString | Returns a string that represents the current object. (继承自 Object。) |
| m_count | 周期内的累计计数值。 |
| m_lastIncrement | 最后一次递增时间 |
| ToJsonString |
转换为Json
(由 SerializeConvert 定义。) |