Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ~DestroyScout()

System.Reflection.Emit.DynamicResolver.DestroyScout.~DestroyScout ( )
inlineprivate

Definition at line 9 of file DynamicResolver.cs.

10 {
12 {
13 if (RuntimeMethodHandle.GetResolver(m_methodHandle) != null)
14 {
15 GC.ReRegisterForFinalize(this);
16 }
17 else
18 {
19 RuntimeMethodHandle.Destroy(m_methodHandle);
20 }
21 }
22 }

References System.RuntimeMethodHandle.Destroy(), System.RuntimeMethodHandle.GetResolver(), System.RuntimeMethodHandleInternal.IsNullHandle(), System.Reflection.Emit.DynamicResolver.DestroyScout.m_methodHandle, and System.GC.ReRegisterForFinalize().