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
CommonUnixIPGlobalProperties.cs
Go to the documentation of this file.
1using System;
2using System.Text;
3
5{
6 // Token: 0x020002C2 RID: 706
8 {
9 // Token: 0x060012C2 RID: 4802
10 private static extern int getdomainname(byte[] name, int len);
11
12 // Token: 0x17000450 RID: 1104
13 // (get) Token: 0x060012C3 RID: 4803 RVA: 0x0003A62C File Offset: 0x0003882C
14 public override string DomainName
15 {
16 get
17 {
18 int num;
19 if (num == 0)
20 {
22 return;
23 }
24 }
25 }
26
27 // Token: 0x060012C4 RID: 4804 RVA: 0x0003A650 File Offset: 0x00038850
29 {
30 }
31 }
32}
class f__AnonymousType0<< Count > j__TPar
static Encoding ASCII
Definition Encoding.cs:348