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
hostent.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Net
5{
6 // Token: 0x020001BE RID: 446
7 [StructLayout(0, CharSet = CharSet.Unicode)]
8 internal struct hostent
9 {
10 // Token: 0x04000974 RID: 2420
11 public IntPtr h_name;
12
13 // Token: 0x04000975 RID: 2421
15
16 // Token: 0x04000976 RID: 2422
17 public short h_addrtype;
18
19 // Token: 0x04000977 RID: 2423
20 public short h_length;
21
22 // Token: 0x04000978 RID: 2424
24 }
25}
class f__AnonymousType0<< Count > j__TPar
IntPtr h_addr_list
Definition hostent.cs:23