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

◆ GetName() [2/2]

override AssemblyName System.Reflection.RuntimeAssembly.GetName ( bool copiedName)
inlinevirtual

Reimplemented from System.Reflection.Assembly.

Definition at line 50 of file RuntimeAssembly.cs.

51 {
52 return AssemblyName.Create(this, true);
53 }

References System.Reflection.AssemblyName.Create().