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
LanguageChangeCallback.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000554 RID: 1364
8 {
9 // Token: 0x06003300 RID: 13056 RVA: 0x001FE414 File Offset: 0x001FC614
10 public LanguageChangeCallback(object @object, IntPtr method)
11 {
13 this.m_target = @object;
15 this.method_code = this;
16 }
17
18 // Token: 0x06003301 RID: 13057 RVA: 0x001FE474 File Offset: 0x001FC674
25
26 // Token: 0x06003302 RID: 13058 RVA: 0x000021DB File Offset: 0x000003DB
28 {
29 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
30 }
31
32 // Token: 0x06003303 RID: 13059 RVA: 0x001FE498 File Offset: 0x001FC698
33 public void EndInvoke(IAsyncResult result)
34 {
35 }
36 }
37}
class f__AnonymousType0<< Count > j__TPar
IntPtr method_code
Definition Delegate.cs:386
IntPtr invoke_impl
Definition Delegate.cs:371
IAsyncResult BeginInvoke(LanguageManager languageManager, AsyncCallback callback, object @object)
LanguageChangeCallback(object @object, IntPtr method)
void Invoke(LanguageManager languageManager)