terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
LingerOption.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Net.Sockets
6{
7 [global::Cpp2ILInjected.Token(Token = "0x20002FA")]
8 public class LingerOption
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6001409")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1E32A40", Offset = "0x1E32A40", Length = "0x34")]
12 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Socket), Member = "Linger", MemberParameters = new object[] { typeof(IntPtr) }, ReturnType = typeof(void))]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
15 public LingerOption(bool enable, int seconds)
16 {
17 throw null;
18 }
19
20 [global::Cpp2ILInjected.Token(Token = "0x17000489")]
21 public bool Enabled
22 {
23 [global::Cpp2ILInjected.Token(Token = "0x600140A")]
24 [global::Cpp2ILInjected.Address(RVA = "0x1E32A74", Offset = "0x1E32A74", Length = "0xC")]
25 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
26 set
27 {
28 throw null;
29 }
30 }
31
32 [global::Cpp2ILInjected.Token(Token = "0x1700048A")]
33 public int LingerTime
34 {
35 [global::Cpp2ILInjected.Token(Token = "0x600140B")]
36 [global::Cpp2ILInjected.Address(RVA = "0x1E32A80", Offset = "0x1E32A80", Length = "0x8")]
37 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
38 set
39 {
40 throw null;
41 }
42 }
43
44 [global::Cpp2ILInjected.Token(Token = "0x400102A")]
45 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
46 private bool enabled;
47
48 [global::Cpp2ILInjected.Token(Token = "0x400102B")]
49 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
50 private int lingerTime;
51 }
52}
class f__AnonymousType0<< Count > j__TPar
LingerOption(bool enable, int seconds)