terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
◆
ElapsedTicks
long
System.Diagnostics.Stopwatch.ElapsedTicks
get
Definition at line
70
of file
Stopwatch.cs
.
71
{
72
get
73
{
74
if
(this.
is_running
)
75
{
76
long
num = this.
elapsed
;
77
long
num2
= this.
started
;
78
}
79
return
this.
elapsed
;
80
}
81
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Diagnostics.Stopwatch.started
long started
Definition
Stopwatch.cs:143
System.Diagnostics.Stopwatch.is_running
bool is_running
Definition
Stopwatch.cs:146
System.Diagnostics.Stopwatch.elapsed
long elapsed
Definition
Stopwatch.cs:140
System
Diagnostics
Stopwatch
Generated by
1.10.0