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

◆ SettingChanging

SettingChangingEventHandler System.Configuration.ApplicationSettingsBase.SettingChanging
setaddremoveinherited

Definition at line 165 of file ApplicationSettingsBase.cs.

166 {
167 [global::Cpp2ILInjected.Token(Token = "0x6001F8D")]
168 [global::Cpp2ILInjected.Address(RVA = "0x1E9BEB0", Offset = "0x1E9BEB0", Length = "0x38")]
169 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
170 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
171 add
172 {
173 throw null;
174 }
175 [global::Cpp2ILInjected.Token(Token = "0x6001F8E")]
176 [global::Cpp2ILInjected.Address(RVA = "0x1E9BEE8", Offset = "0x1E9BEE8", Length = "0x38")]
177 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
178 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
179 remove
180 {
181 throw null;
182 }
183 }