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

◆ SynchronizingObject

global.System.ComponentModel.ISynchronizeInvoke System.Diagnostics.Process.SynchronizingObject
get

Definition at line 186 of file Process.cs.

187 {
188 get
189 {
190 if (this.synchronizingObject == null)
191 {
192 bool designMode = base.DesignMode;
193 if (this != null)
194 {
195 if (this == null)
196 {
197 throw new InvalidCastException();
198 }
199 if (this != null && this != null)
200 {
201 if (this != null)
202 {
204 if (this != null)
205 {
206 goto IL_0028;
207 }
208 }
209 throw new InvalidCastException();
210 }
211 }
212 }
213 IL_0028:
214 return this.synchronizingObject;
215 }
216 }
class f__AnonymousType0<< Count > j__TPar
global::System.ComponentModel.ISynchronizeInvoke synchronizingObject
Definition Process.cs:886

Referenced by System.Diagnostics.Process.OnExited().