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

◆ CurrentUICulture

global.System.Globalization.CultureInfo System.Threading.Thread.CurrentUICulture
getset

Definition at line 497 of file Thread.cs.

498 {
499 [global::Cpp2ILInjected.Token(Token = "0x6001201")]
500 [global::Cpp2ILInjected.Address(RVA = "0x1C9D724", Offset = "0x1C9D724", Length = "0x2C")]
501 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.CultureInfo), Member = "get_CurrentUICulture", ReturnType = typeof(global::System.Globalization.CultureInfo))]
502 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
503 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
504 get
505 {
506 throw null;
507 }
508 [global::Cpp2ILInjected.Token(Token = "0x6001202")]
509 [global::Cpp2ILInjected.Address(RVA = "0x1C9D7FC", Offset = "0x1C9D7FC", Length = "0x20C")]
510 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Localization.LanguageManager", Member = "SetLanguage", MemberParameters = new object[] { "Terraria.Localization.GameCulture" }, ReturnType = typeof(void))]
511 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
512 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.CultureInfo), Member = "VerifyCultureName", MemberParameters = new object[]
513 {
514 typeof(global::System.Globalization.CultureInfo),
515 typeof(bool)
516 }, ReturnType = typeof(bool))]
517 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Thread), Member = "nativeInitCultureAccessors", ReturnType = typeof(void))]
518 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Action<>), Member = ".ctor", MemberParameters = new object[]
519 {
520 typeof(object),
521 typeof(global::System.IntPtr)
522 }, ReturnType = typeof(void))]
523 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(AsyncLocal<>), Member = ".ctor", MemberParameters = new object[] { "System.Action`1<AsyncLocalValueChangedArgs`1<T>>" }, ReturnType = typeof(void))]
524 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(AsyncLocal<>), Member = "set_Value", MemberParameters = new object[] { "T" }, ReturnType = typeof(void))]
525 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
526 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 21)]
527 set
528 {
529 throw null;
530 }
531 }
class f__AnonymousType0<< Count > j__TPar
Thread(ThreadStart start)
Definition Thread.cs:76