terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
Stopwatch () | |
void | Reset () |
void | Start () |
void | Stop () |
void | Restart () |
Static Public Member Functions | |
static long | GetTimestamp () |
Static Public Attributes | |
static readonly long | Frequency |
static readonly bool | IsHighResolution |
Properties | |
TimeSpan | Elapsed [get] |
long | ElapsedMilliseconds [get] |
long | ElapsedTicks [get] |
bool | IsRunning [get] |
Static Private Member Functions | |
static | Stopwatch () |
Private Attributes | |
long | elapsed |
long | started |
bool | is_running |
Definition at line 7 of file Stopwatch.cs.