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

◆ ResourceManager() [2/3]

System.Resources.ResourceManager.ResourceManager ( Type resourceSource)
inline

Definition at line 31 of file ResourceManager.cs.

32 {
33 int num = 1;
34 base..ctor();
35 if (num == 0)
36 {
37 }
38 if (resourceSource == null)
39 {
40 string resourceString = Environment.GetResourceString("Type must be a runtime Type object.");
41 throw new InvalidCastException();
42 }
46 this.CommonAssemblyInit();
47 if (this != null)
48 {
50 throw new InvalidCastException();
51 }
55 }
class f__AnonymousType0<< Count > j__TPar
static string GetResourceString(string key)

References System.Resources.ResourceManager.CommonAssemblyInit(), System.Environment.GetResourceString(), j__TPar, and System.Resources.ResourceManager.MainAssembly.