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
AbandonedMutexException.cs
Go to the documentation of this file.
1using System;
5
6namespace System.Threading
7{
8 [global::Cpp2ILInjected.Token(Token = "0x20001B4")]
9 [global::System.Serializable]
10 public class AbandonedMutexException : global::System.SystemException
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x60010A4")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1C93BCC", Offset = "0x1C93BCC", Length = "0x64")]
14 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WaitHandle), Member = "ThrowAbandonedMutexException", ReturnType = typeof(void))]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
20 {
21 throw null;
22 }
23
24 [global::Cpp2ILInjected.Token(Token = "0x60010A5")]
25 [global::Cpp2ILInjected.Address(RVA = "0x1C93C30", Offset = "0x1C93C30", Length = "0xB8")]
26 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
27 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WaitHandle), Member = "ThrowAbandonedMutexException", MemberParameters = new object[]
28 {
29 typeof(int),
31 }, ReturnType = typeof(void))]
32 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
33 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
34 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
35 public AbandonedMutexException(int location, WaitHandle handle)
36 {
37 throw null;
38 }
39
40 [global::Cpp2ILInjected.Token(Token = "0x60010A6")]
41 [global::Cpp2ILInjected.Address(RVA = "0x1C93D54", Offset = "0x1C93D54", Length = "0x10")]
42 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
43 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[]
44 {
45 typeof(global::System.Runtime.Serialization.SerializationInfo),
46 typeof(global::System.Runtime.Serialization.StreamingContext)
47 }, ReturnType = typeof(void))]
48 protected AbandonedMutexException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
49 {
50 throw null;
51 }
52
53 [global::Cpp2ILInjected.Token(Token = "0x60010A7")]
54 [global::Cpp2ILInjected.Address(RVA = "0x1C93CE8", Offset = "0x1C93CE8", Length = "0x6C")]
55 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
56 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
57 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
58 private void SetupException(int location, WaitHandle handle)
59 {
60 throw null;
61 }
62
63 [global::Cpp2ILInjected.Token(Token = "0x40008F6")]
64 [global::Cpp2ILInjected.FieldOffset(Offset = "0x8C")]
65 private int _mutexIndex;
66
67 [global::Cpp2ILInjected.Token(Token = "0x40008F7")]
68 [global::Cpp2ILInjected.FieldOffset(Offset = "0x90")]
69 private Mutex _mutex;
70 }
71}
class f__AnonymousType0<< Count > j__TPar
void SetupException(int location, WaitHandle handle)
AbandonedMutexException(int location, WaitHandle handle)
AbandonedMutexException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)