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
MissingSatelliteAssemblyException.cs
Go to the documentation of this file.
1using System;
5
6namespace System.Resources
7{
8 [global::Cpp2ILInjected.Token(Token = "0x20004A7")]
9 [global::System.Serializable]
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x60022C6")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1B75BC8", Offset = "0x1B75BC8", Length = "0x5C")]
14 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
17 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
19 {
20 throw null;
21 }
22
23 [global::Cpp2ILInjected.Token(Token = "0x60022C7")]
24 [global::Cpp2ILInjected.Address(RVA = "0x1B75C24", Offset = "0x1B75C24", Length = "0x34")]
25 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
26 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ManifestBasedResourceGroveler), Member = "HandleSatelliteMissing", ReturnType = typeof(void))]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
28 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
29 public MissingSatelliteAssemblyException(string message, string cultureName)
30 {
31 throw null;
32 }
33
34 [global::Cpp2ILInjected.Token(Token = "0x60022C8")]
35 [global::Cpp2ILInjected.Address(RVA = "0x1B75C58", Offset = "0x1B75C58", Length = "0x8")]
36 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
37 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[]
38 {
39 typeof(global::System.Runtime.Serialization.SerializationInfo),
40 typeof(global::System.Runtime.Serialization.StreamingContext)
41 }, ReturnType = typeof(void))]
42 protected MissingSatelliteAssemblyException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
43 {
44 throw null;
45 }
46
47 [global::Cpp2ILInjected.Token(Token = "0x40012F6")]
48 [global::Cpp2ILInjected.FieldOffset(Offset = "0x90")]
49 private string _cultureName;
50 }
51}
class f__AnonymousType0<< Count > j__TPar
MissingSatelliteAssemblyException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)