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.
1
using
System
;
2
using
System.Runtime.InteropServices
;
3
4
namespace
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
14
public
IntPtr
h_aliases
;
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
23
public
IntPtr
h_addr_list
;
24
}
25
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Net
Definition
AuthenticationManager.cs:7
System.Runtime.InteropServices.CharSet
CharSet
Definition
CharSet.cs:7
System.Runtime.InteropServices
Definition
_Activator.cs:4
System
Definition
__ComObject.cs:4
System.IntPtr
Definition
IntPtr.cs:13
System.Net.hostent.h_name
IntPtr h_name
Definition
hostent.cs:11
System.Net.hostent.h_addrtype
short h_addrtype
Definition
hostent.cs:17
System.Net.hostent.h_length
short h_length
Definition
hostent.cs:20
System.Net.hostent.h_addr_list
IntPtr h_addr_list
Definition
hostent.cs:23
System.Net.hostent.h_aliases
IntPtr h_aliases
Definition
hostent.cs:14
System.Net.hostent
Definition
hostent.cs:9
source
System
Net
hostent.cs
Generated by
1.10.0