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
MibIPGlobalProperties.cs
Go to the documentation of this file.
1using System;
2using System.IO;
3
5{
6 // Token: 0x020002C5 RID: 709
8 {
9 // Token: 0x060012C8 RID: 4808 RVA: 0x0003A68C File Offset: 0x0003888C
11 {
12 if (!true)
13 {
14 }
15 string text = Path.Combine(procDir, "net/snmp");
17 string text2 = Path.Combine(text, "net/snmp6");
19 string text3 = Path.Combine(procDir, "net/tcp");
21 string text4 = Path.Combine(procDir, "net/tcp6");
23 string text5 = Path.Combine(procDir, "net/udp");
25 string text6 = Path.Combine(procDir, "net/udp6");
27 }
28
29 // Token: 0x060012C9 RID: 4809 RVA: 0x0003A718 File Offset: 0x00038918
30 // Note: this type is marked as 'beforefieldinit'.
32 {
33 }
34
35 // Token: 0x04000F0A RID: 3850
36 public readonly string StatisticsFile;
37
38 // Token: 0x04000F0B RID: 3851
40
41 // Token: 0x04000F0C RID: 3852
42 public readonly string TcpFile;
43
44 // Token: 0x04000F0D RID: 3853
45 public readonly string Tcp6File;
46
47 // Token: 0x04000F0E RID: 3854
48 public readonly string UdpFile;
49
50 // Token: 0x04000F0F RID: 3855
51 public readonly string Udp6File;
52
53 // Token: 0x04000F10 RID: 3856
54 private static readonly char[] wsChars;
55 }
56}
class f__AnonymousType0<< Count > j__TPar
static string Combine(string path1, string path2)
Definition Path.cs:41