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

◆ GetRuntimeAssembly()

RuntimeAssembly System.Reflection.RuntimeModule.GetRuntimeAssembly ( )
inlinepackage

Definition at line 99 of file RuntimeModule.cs.

100 {
101 if (this.assembly != null)
102 {
103 }
104 throw new InvalidCastException();
105 }

References System.Reflection.RuntimeModule.assembly.

Referenced by System.Reflection.RuntimeModule.GetObjectData().