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
MissingManifestResourceException.cs
Go to the documentation of this file.
1using System;
4using System.IO;
10
11namespace System.Resources
12{
13 [global::Cpp2ILInjected.Token(Token = "0x20004A6")]
14 [global::System.Serializable]
16 {
17 [global::Cpp2ILInjected.Token(Token = "0x60022C3")]
18 [global::Cpp2ILInjected.Address(RVA = "0x1B75B40", Offset = "0x1B75B40", Length = "0x5C")]
19 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
20 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
21 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
22 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
24 {
25 throw null;
26 }
27
28 [global::Cpp2ILInjected.Token(Token = "0x60022C4")]
29 [global::Cpp2ILInjected.Address(RVA = "0x1B75B9C", Offset = "0x1B75B9C", Length = "0x24")]
30 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
31 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FileBasedResourceGroveler), Member = "GrovelForResourceSet", MemberParameters = new object[]
32 {
33 typeof(global::System.Globalization.CultureInfo),
34 typeof(global::System.Collections.Generic.Dictionary<string, ResourceSet>),
35 typeof(bool),
36 typeof(bool),
37 typeof(ref global::System.Threading.StackCrawlMark)
38 }, ReturnType = typeof(ResourceSet))]
39 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ManifestBasedResourceGroveler), Member = "CaseInsensitiveManifestResourceStreamLookup", MemberParameters = new object[]
40 {
41 typeof(global::System.Reflection.RuntimeAssembly),
42 typeof(string)
43 }, ReturnType = typeof(global::System.IO.Stream))]
44 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ManifestBasedResourceGroveler), Member = "HandleResourceStreamMissing", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
45 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
46 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
47 public MissingManifestResourceException(string message)
48 {
49 throw null;
50 }
51
52 [global::Cpp2ILInjected.Token(Token = "0x60022C5")]
53 [global::Cpp2ILInjected.Address(RVA = "0x1B75BC0", Offset = "0x1B75BC0", Length = "0x8")]
54 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
55 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[]
56 {
57 typeof(global::System.Runtime.Serialization.SerializationInfo),
58 typeof(global::System.Runtime.Serialization.StreamingContext)
59 }, ReturnType = typeof(void))]
60 protected MissingManifestResourceException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
61 {
62 throw null;
63 }
64 }
65}
class f__AnonymousType0<< Count > j__TPar
MissingManifestResourceException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)