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

◆ GetMovedFromAttributeDataForType()

static bool UnityEngine._Scripting.APIUpdating.APIUpdaterRuntimeHelpers.GetMovedFromAttributeDataForType ( Type sourceType,
[Out] string assembly,
[Out] string nsp,
[Out] string klass )
inlinestaticpackage

Definition at line 12 of file APIUpdaterRuntimeHelpers.cs.

13 {
14 if (!true)
15 {
16 }
17 Type type;
18 if (type != null)
19 {
20 }
21 RuntimeTypeHandle impl = type._impl;
22 throw new InvalidCastException();
23 }
RuntimeTypeHandle _impl
Definition Type.cs:1534

References System.Type._impl.