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
NetworkInterface.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
namespace
System.Net.NetworkInformation
5
{
6
// Token: 0x020002A2 RID: 674
7
public
abstract
class
NetworkInterface
8
{
9
// Token: 0x06001288 RID: 4744 RVA: 0x00039F8C File Offset: 0x0003818C
10
public
static
NetworkInterface
[]
GetAllNetworkInterfaces
()
11
{
12
if
(!
true
)
13
{
14
}
15
return
SystemNetworkInterface
.
GetNetworkInterfaces
();
16
}
17
18
// Token: 0x17000446 RID: 1094
19
// (get) Token: 0x06001289 RID: 4745 RVA: 0x00002050 File Offset: 0x00000250
20
public
virtual
string
Description
21
{
22
get
23
{
24
throw
new
global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method."
);
25
}
26
}
27
28
// Token: 0x0600128A RID: 4746 RVA: 0x00002050 File Offset: 0x00000250
29
public
virtual
IPInterfaceProperties
GetIPProperties
()
30
{
31
throw
new
global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method."
);
32
}
33
34
// Token: 0x17000447 RID: 1095
35
// (get) Token: 0x0600128B RID: 4747 RVA: 0x00002050 File Offset: 0x00000250
36
public
virtual
OperationalStatus
OperationalStatus
37
{
38
get
39
{
40
throw
new
global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method."
);
41
}
42
}
43
44
// Token: 0x17000448 RID: 1096
45
// (get) Token: 0x0600128C RID: 4748 RVA: 0x00002050 File Offset: 0x00000250
46
public
virtual
NetworkInterfaceType
NetworkInterfaceType
47
{
48
get
49
{
50
throw
new
global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method."
);
51
}
52
}
53
54
// Token: 0x0600128D RID: 4749 RVA: 0x00039FA4 File Offset: 0x000381A4
55
protected
NetworkInterface
()
56
{
57
}
58
}
59
}
System.Net.NetworkInformation.IPInterfaceProperties
Definition
IPInterfaceProperties.cs:7
System.Net.NetworkInformation.NetworkInterface.NetworkInterface
NetworkInterface()
Definition
NetworkInterface.cs:55
System.Net.NetworkInformation.NetworkInterface.Description
virtual string Description
Definition
NetworkInterface.cs:21
System.Net.NetworkInformation.NetworkInterface.GetAllNetworkInterfaces
static NetworkInterface[] GetAllNetworkInterfaces()
Definition
NetworkInterface.cs:10
System.Net.NetworkInformation.NetworkInterface.GetIPProperties
virtual IPInterfaceProperties GetIPProperties()
Definition
NetworkInterface.cs:29
System.Net.NetworkInformation.NetworkInterface
Definition
NetworkInterface.cs:8
System.Net.NetworkInformation.SystemNetworkInterface.GetNetworkInterfaces
static NetworkInterface[] GetNetworkInterfaces()
Definition
SystemNetworkInterface.cs:9
System.Net.NetworkInformation.SystemNetworkInterface
Definition
SystemNetworkInterface.cs:7
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System.Net.NetworkInformation.OperationalStatus
OperationalStatus
Definition
OperationalStatus.cs:7
System.Net.NetworkInformation.NetworkInterfaceType
NetworkInterfaceType
Definition
NetworkInterfaceType.cs:7
System.Net.NetworkInformation
Definition
AixAddressFamily.cs:4
System
Definition
__ComObject.cs:4
source
System
Net
NetworkInformation
NetworkInterface.cs
Generated by
1.10.0