terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
SafeStringMarshal.cs
Go to the documentation of this file.
1using System;
3
4namespace Mono
5{
6 // Token: 0x02000028 RID: 40
7 internal struct SafeStringMarshal : IDisposable
8 {
9 // Token: 0x06000066 RID: 102 RVA: 0x0000207A File Offset: 0x0000027A
10 private static IntPtr StringToUtf8_icall(string str)
11 {
12 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
13 }
14
15 // Token: 0x06000067 RID: 103 RVA: 0x0000207A File Offset: 0x0000027A
16 public static IntPtr StringToUtf8(string str)
17 {
18 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
19 }
20
21 // Token: 0x06000068 RID: 104 RVA: 0x000025EC File Offset: 0x000007EC
22 public static void GFree(IntPtr ptr)
23 {
24 }
25
26 // Token: 0x06000069 RID: 105 RVA: 0x000025FC File Offset: 0x000007FC
27 public SafeStringMarshal(string str)
28 {
29 this.str = str;
30 }
31
32 // Token: 0x1700000F RID: 15
33 // (get) Token: 0x0600006A RID: 106 RVA: 0x00002610 File Offset: 0x00000810
35 {
36 get
37 {
39 bool flag;
41 return this.marshaled_string;
42 }
43 }
44
45 // Token: 0x0600006B RID: 107 RVA: 0x00002634 File Offset: 0x00000834
46 public void Dispose()
47 {
50 }
51
52 // Token: 0x040000BB RID: 187
53 private readonly string str;
54
55 // Token: 0x040000BC RID: 188
57 }
58}
class f__AnonymousType0<< Count > j__TPar
static void GFree(IntPtr ptr)
static IntPtr StringToUtf8_icall(string str)
static IntPtr StringToUtf8(string str)