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

◆ GetSatelliteContractVersion()

static Version System.Resources.ResourceManager.GetSatelliteContractVersion ( Assembly a)
inlinestaticprotected

Definition at line 301 of file ResourceManager.cs.

302 {
303 Type type;
304 if (type != null)
305 {
306 }
307 RuntimeTypeHandle impl = type._impl;
308 long num = 0L;
309 if (num != 0L)
310 {
311 }
312 if (!false)
313 {
314 if (num == 0L)
315 {
316 throw new ArrayTypeMismatchException();
317 }
318 string resourceString = Environment.GetResourceString("Assembly cannot be null.");
319 }
320 throw new OutOfMemoryException();
321 }
class f__AnonymousType0<< Count > j__TPar
static string GetResourceString(string key)
RuntimeTypeHandle _impl
Definition Type.cs:1534

References System.Type._impl, System.Environment.GetResourceString(), j__TPar, and System.L.

Referenced by System.Resources.ResourceManager.ResourceManagerMediator.ObtainSatelliteContractVersion().