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

◆ InternalGetSatelliteAssembly()

RuntimeAssembly System.Reflection.Assembly.InternalGetSatelliteAssembly ( string name,
CultureInfo culture,
Version version,
bool throwOnFileNotFound,
StackCrawlMark stackMark )
inlinepackageinherited

Definition at line 243 of file Assembly.cs.

244 {
246 Assembly assembly;
247 if (assembly != null)
248 {
249 throw new InvalidCastException();
250 }
251 string text2;
252 string text3;
253 string text = Path.Combine(text2, text3);
254 if (text != null)
255 {
256 }
257 throw new InvalidCastException();
258 }
class f__AnonymousType0<< Count > j__TPar
static AppDomain CurrentDomain
Definition AppDomain.cs:49
static string Combine(string path1, string path2)
Definition Path.cs:41

References System.IO.Path.Combine(), System.AppDomain.CurrentDomain, j__TPar, and System.text.

Referenced by System.Resources.ManifestBasedResourceGroveler.GetSatelliteAssembly().