Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ProcessThreadTimes.cs
Go to the documentation of this file.
1namespace System.Diagnostics;
2
3internal sealed class ProcessThreadTimes
4{
5 internal long _create;
6
7 internal long _exit;
8
9 internal long _kernel;
10
11 internal long _user;
12
14
16
18
20
22}
static DateTime FromFileTime(long fileTime)
Definition DateTime.cs:713