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
NetworkInformationException.cs
Go to the documentation of this file.
1using System;
7
9{
10 [global::Cpp2ILInjected.Token(Token = "0x20002A1")]
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x6001285")]
15 [global::Cpp2ILInjected.Address(RVA = "0x1E1C8C0", Offset = "0x1E1C8C0", Length = "0x64")]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CommonUnixIPGlobalProperties), Member = "get_DomainName", ReturnType = typeof(string))]
17 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
18 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Marshal), Member = "GetLastWin32Error", ReturnType = typeof(int))]
19 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Win32Exception), Member = ".ctor", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
20 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
22 {
23 throw null;
24 }
25
26 [global::Cpp2ILInjected.Token(Token = "0x6001286")]
27 [global::Cpp2ILInjected.Address(RVA = "0x1E1C924", Offset = "0x1E1C924", Length = "0x8")]
28 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
29 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Win32Exception), Member = ".ctor", MemberParameters = new object[]
30 {
33 }, ReturnType = typeof(void))]
38
39 [global::Cpp2ILInjected.Token(Token = "0x17000445")]
40 public override int ErrorCode
41 {
42 [global::Cpp2ILInjected.Token(Token = "0x6001287")]
43 [global::Cpp2ILInjected.Address(RVA = "0x1E1C92C", Offset = "0x1E1C92C", Length = "0x8")]
44 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
45 get
46 {
47 throw null;
48 }
49 }
50 }
51}
class f__AnonymousType0<< Count > j__TPar
NetworkInformationException(SerializationInfo serializationInfo, StreamingContext streamingContext)