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
NativeEventCalls.cs
Go to the documentation of this file.
1using System;
7
8namespace System.Threading
9{
10 [global::Cpp2ILInjected.Token(Token = "0x200020C")]
11 internal static class NativeEventCalls
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x60012A2")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1CA1A20", Offset = "0x1CA1A20", Length = "0x58")]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EventWaitHandle), Member = ".ctor", MemberParameters = new object[]
16 {
17 typeof(bool),
19 typeof(string)
20 }, ReturnType = typeof(void))]
21 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
22 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.CompilerServices.RuntimeHelpers), Member = "get_OffsetToStringData", ReturnType = typeof(int))]
23 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
24 public static global::System.IntPtr CreateEvent_internal(bool manual, bool initial, string name, out int errorCode)
25 {
26 throw null;
27 }
28
29 [global::Cpp2ILInjected.Token(Token = "0x60012A3")]
30 [global::Cpp2ILInjected.Address(RVA = "0x1CA1A78", Offset = "0x1CA1A78", Length = "0xC")]
31 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
32 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
33 [MethodImpl(4096)]
34 private unsafe static extern global::System.IntPtr CreateEvent_icall(bool manual, bool initial, char* name, int name_length, out int errorCode);
35
36 [global::Cpp2ILInjected.Token(Token = "0x60012A4")]
37 [global::Cpp2ILInjected.Address(RVA = "0x1CA1A84", Offset = "0x1CA1A84", Length = "0xC4")]
38 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
39 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EventWaitHandle), Member = "Set", ReturnType = typeof(bool))]
40 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RegisteredWaitHandle), Member = "Wait", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
41 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
42 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.InteropServices.SafeHandle), Member = "DangerousAddRef", MemberParameters = new object[] { typeof(ref bool) }, ReturnType = typeof(void))]
43 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.InteropServices.SafeHandle), Member = "DangerousRelease", ReturnType = typeof(void))]
44 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
46 {
47 throw null;
48 }
49
50 [global::Cpp2ILInjected.Token(Token = "0x60012A5")]
51 [global::Cpp2ILInjected.Address(RVA = "0x1CA1B48", Offset = "0x1CA1B48", Length = "0x4")]
52 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
53 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
54 [MethodImpl(4096)]
55 private static extern bool SetEvent_internal(global::System.IntPtr handle);
56
57 [global::Cpp2ILInjected.Token(Token = "0x60012A6")]
58 [global::Cpp2ILInjected.Address(RVA = "0x1CA1B4C", Offset = "0x1CA1B4C", Length = "0xC4")]
59 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
60 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EventWaitHandle), Member = "Reset", ReturnType = typeof(bool))]
61 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
62 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.InteropServices.SafeHandle), Member = "DangerousAddRef", MemberParameters = new object[] { typeof(ref bool) }, ReturnType = typeof(void))]
63 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.InteropServices.SafeHandle), Member = "DangerousRelease", ReturnType = typeof(void))]
64 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
66 {
67 throw null;
68 }
69
70 [global::Cpp2ILInjected.Token(Token = "0x60012A7")]
71 [global::Cpp2ILInjected.Address(RVA = "0x1CA1C10", Offset = "0x1CA1C10", Length = "0x4")]
72 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
73 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
74 [MethodImpl(4096)]
75 private static extern bool ResetEvent_internal(global::System.IntPtr handle);
76
77 [global::Cpp2ILInjected.Token(Token = "0x60012A8")]
78 [global::Cpp2ILInjected.Address(RVA = "0x1CA1C14", Offset = "0x1CA1C14", Length = "0x4")]
79 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Microsoft.Win32.SafeHandles.SafeWaitHandle), Member = "ReleaseHandle", ReturnType = typeof(bool))]
80 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
81 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
82 [MethodImpl(4096)]
83 public static extern void CloseEvent_internal(global::System.IntPtr handle);
84 }
85}
class f__AnonymousType0<< Count > j__TPar
static bool ResetEvent_internal(global::System.IntPtr handle)
static bool SetEvent_internal(global::System.IntPtr handle)
static void CloseEvent_internal(global::System.IntPtr handle)
static unsafe global::System.IntPtr CreateEvent_icall(bool manual, bool initial, char *name, int name_length, out int errorCode)
static bool ResetEvent(Microsoft.Win32.SafeHandles.SafeWaitHandle handle)
static bool SetEvent(Microsoft.Win32.SafeHandles.SafeWaitHandle handle)
static global::System.IntPtr CreateEvent_internal(bool manual, bool initial, string name, out int errorCode)
IntPtr(int value)
Definition IntPtr.cs:46