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
UnixIPGlobalPropertiesFactoryPal.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x20002C6")]
9 internal static class UnixIPGlobalPropertiesFactoryPal
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x17000452")]
12 private static bool PlatformNeedsLibCWorkaround
13 {
15 [global::Cpp2ILInjected.Token(Token = "0x60012CA")]
16 [global::Cpp2ILInjected.Address(RVA = "0x1E209B8", Offset = "0x1E209B8", Length = "0x48")]
17 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
18 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
19 get
20 {
21 throw null;
22 }
23 }
24
25 [global::Cpp2ILInjected.Token(Token = "0x60012CB")]
26 [global::Cpp2ILInjected.Address(RVA = "0x1E1E48C", Offset = "0x1E1E48C", Length = "0xA0")]
27 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
28 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(IPGlobalPropertiesFactoryPal), Member = "Create", ReturnType = typeof(IPGlobalProperties))]
29 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
30 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Environment), Member = "get_OSVersion", ReturnType = typeof(OperatingSystem))]
31 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
32 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
33 public static IPGlobalProperties Create()
34 {
35 throw null;
36 }
37
39 [global::Cpp2ILInjected.Token(Token = "0x4000F11")]
40 private static readonly bool <PlatformNeedsLibCWorkaround>k__BackingField;
41 }
42}
class f__AnonymousType0<< Count > j__TPar
static readonly bool< PlatformNeedsLibCWorkaround > k__BackingField