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
UnixNetworkInterface.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x020002C9 RID: 713
8 internal abstract class UnixNetworkInterface : NetworkInterface
9 {
10 // Token: 0x060012D2 RID: 4818 RVA: 0x0003A7B0 File Offset: 0x000389B0
11 internal UnixNetworkInterface(string name)
12 {
14 }
15
16 // Token: 0x060012D3 RID: 4819 RVA: 0x00002050 File Offset: 0x00000250
17 internal void AddAddress(IPAddress address)
18 {
19 throw new global::Cpp2IlInjected.AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
20 }
21
22 // Token: 0x060012D4 RID: 4820 RVA: 0x0003A7CC File Offset: 0x000389CC
28
29 // Token: 0x17000454 RID: 1108
30 // (get) Token: 0x060012D5 RID: 4821 RVA: 0x0003A7E8 File Offset: 0x000389E8
31 public override string Description
32 {
33 get
34 {
35 return this.name;
36 }
37 }
38
39 // Token: 0x17000455 RID: 1109
40 // (get) Token: 0x060012D6 RID: 4822 RVA: 0x0003A7FC File Offset: 0x000389FC
42 {
43 get
44 {
45 return this.type;
46 }
47 }
48
49 // Token: 0x04000F16 RID: 3862
51
52 // Token: 0x04000F17 RID: 3863
53 private string name;
54
55 // Token: 0x04000F18 RID: 3864
57
58 // Token: 0x04000F19 RID: 3865
59 private byte[] macAddress;
60
61 // Token: 0x04000F1A RID: 3866
63 }
64}
class f__AnonymousType0<< Count > j__TPar
void SetLinkLayerInfo(int index, byte[] macAddress, NetworkInterfaceType type)