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.RuntimeType.GetRuntimeAssembly ( )
inlinepackage

Definition at line 543 of file RuntimeType.cs.

544 {
545 return RuntimeTypeHandle.GetAssembly(this);
546 }
static RuntimeAssembly GetAssembly(RuntimeType type)

References System.RuntimeTypeHandle.GetAssembly().