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
WaitHandleCannotBeOpenedException.cs
Go to the documentation of this file.
1using System;
5
6namespace System.Threading
7{
8 [global::Cpp2ILInjected.Token(Token = "0x20001C7")]
9 [global::System.Serializable]
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x60010C9")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1C9446C", Offset = "0x1C9446C", Length = "0x5C")]
14 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ApplicationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
17 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
19 {
20 throw null;
21 }
22
23 [global::Cpp2ILInjected.Token(Token = "0x60010CA")]
24 [global::Cpp2ILInjected.Address(RVA = "0x1C944C8", Offset = "0x1C944C8", Length = "0x24")]
25 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
26 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EventWaitHandle), Member = ".ctor", MemberParameters = new object[]
27 {
28 typeof(bool),
30 typeof(string)
31 }, ReturnType = typeof(void))]
32 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
33 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ApplicationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
34 public WaitHandleCannotBeOpenedException(string message)
35 {
36 throw null;
37 }
38
39 [global::Cpp2ILInjected.Token(Token = "0x60010CB")]
40 [global::Cpp2ILInjected.Address(RVA = "0x1C944EC", Offset = "0x1C944EC", Length = "0x8")]
41 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
42 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ApplicationException), Member = ".ctor", MemberParameters = new object[]
43 {
44 typeof(global::System.Runtime.Serialization.SerializationInfo),
45 typeof(global::System.Runtime.Serialization.StreamingContext)
46 }, ReturnType = typeof(void))]
47 protected WaitHandleCannotBeOpenedException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
48 {
49 throw null;
50 }
51 }
52}
class f__AnonymousType0<< Count > j__TPar
WaitHandleCannotBeOpenedException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)