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
MemoryHandle.cs
Go to the documentation of this file.
1using System;
5
6namespace System.Buffers
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000664")]
9 public struct MemoryHandle : global::System.IDisposable
10 {
11 [global::System.CLSCompliant(false)]
12 [global::Cpp2ILInjected.Token(Token = "0x60031C9")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1C15808", Offset = "0x1C15808", Length = "0xC")]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Memory<>), Member = "Pin", ReturnType = typeof(MemoryHandle))]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
16 public unsafe MemoryHandle(void* pointer, global::System.Runtime.InteropServices.GCHandle handle = default(global::System.Runtime.InteropServices.GCHandle), IPinnable pinnable = null)
17 {
18 throw null;
19 }
20
21 [global::System.CLSCompliant(false)]
22 [global::Cpp2ILInjected.Token(Token = "0x170007FB")]
23 public unsafe void* Pointer
24 {
25 [global::Cpp2ILInjected.Token(Token = "0x60031CA")]
26 [global::Cpp2ILInjected.Address(RVA = "0x1C15814", Offset = "0x1C15814", Length = "0x8")]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
28 get
29 {
30 throw null;
31 }
32 }
33
34 [global::Cpp2ILInjected.Token(Token = "0x60031CB")]
35 [global::Cpp2ILInjected.Address(RVA = "0x1C1581C", Offset = "0x1C1581C", Length = "0xC8")]
36 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
37 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.Socket.<>c", Member = "<.cctor>b__367_11", MemberParameters = new object[] { "System.IOAsyncResult" }, ReturnType = typeof(void))]
38 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.Socket", Member = "Receive", MemberParameters = new object[]
39 {
40 "System.Memory`1<Byte>",
41 typeof(int),
42 typeof(int),
43 "System.Net.Sockets.SocketFlags",
44 "System.Net.Sockets.SocketError&"
45 }, ReturnType = typeof(int))]
46 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.Socket", Member = "ReceiveFrom", MemberParameters = new object[]
47 {
48 "System.Memory`1<Byte>",
49 typeof(int),
50 typeof(int),
51 "System.Net.Sockets.SocketFlags",
52 "System.Net.EndPoint&",
53 "System.Net.Sockets.SocketError&"
54 }, ReturnType = typeof(int))]
55 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.Socket", Member = "BeginSendCallback", MemberParameters = new object[]
56 {
57 "System.Net.Sockets.SocketAsyncResult",
58 typeof(int)
59 }, ReturnType = typeof(void))]
60 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 10)]
61 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.InteropServices.GCHandle), Member = "get_IsAllocated", ReturnType = typeof(bool))]
62 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.InteropServices.GCHandle), Member = "Free", ReturnType = typeof(void))]
63 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
64 public void Dispose()
65 {
66 throw null;
67 }
68
69 [global::Cpp2ILInjected.Token(Token = "0x4001AAF")]
70 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
71 private unsafe void* _pointer;
72
73 [global::Cpp2ILInjected.Token(Token = "0x4001AB0")]
74 [global::Cpp2ILInjected.FieldOffset(Offset = "0x8")]
75 private global::System.Runtime.InteropServices.GCHandle _handle;
76
77 [global::Cpp2ILInjected.Token(Token = "0x4001AB1")]
78 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
80 }
81}
class f__AnonymousType0<< Count > j__TPar
global::System.Runtime.InteropServices.GCHandle _handle
unsafe MemoryHandle(void *pointer, global::System.Runtime.InteropServices.GCHandle handle=default(global::System.Runtime.InteropServices.GCHandle), IPinnable pinnable=null)