terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Timeout.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Threading
6{
7 [global::Cpp2ILInjected.Token(Token = "0x20001C6")]
8 public static class Timeout
9 {
10 // Note: this type is marked as 'beforefieldinit'.
11 [global::Cpp2ILInjected.Token(Token = "0x60010C8")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1C943FC", Offset = "0x1C943FC", Length = "0x70")]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TimeSpan), Member = ".ctor", MemberParameters = new object[]
15 {
16 typeof(int),
17 typeof(int),
18 typeof(int),
19 typeof(int),
20 typeof(int)
21 }, ReturnType = typeof(void))]
22 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
23 static Timeout()
24 {
25 throw null;
26 }
27
28 [global::Cpp2ILInjected.Token(Token = "0x4000914")]
29 public static readonly global::System.TimeSpan InfiniteTimeSpan;
30 }
31}
class f__AnonymousType0<< Count > j__TPar
static readonly global::System.TimeSpan InfiniteTimeSpan
Definition Timeout.cs:29