// Image 0: mscorlib.dll - 0 // Image 1: Methods.dll - 1810 // Namespace: Il2CppTests.TestSources internal class Test // TypeDefIndex: 1811 { // Constructors public Test(); // 0x00561178 // Methods public virtual void VirtualMethod(); // 0x00561100 public int ValueTypeReturnMethod(); // 0x00561104 public StringBuilder ReferenceTypeReturnMethod(); // 0x0056110C } // Namespace: Il2CppTests.TestSources internal abstract class TestAbstract // TypeDefIndex: 1812 { // Constructors protected TestAbstract(); // 0x00561180 // Methods public abstract void AbstractMethod(); } // Namespace: Il2CppTests.TestSources internal class TestOverride : Test // TypeDefIndex: 1813 { // Constructors public TestOverride(); // 0x00561190 // Methods public override void VirtualMethod(); // 0x005611EC } // Namespace: Il2CppTests.TestSources internal class TestHideVirtual : Test // TypeDefIndex: 1814 { // Constructors public TestHideVirtual(); // 0x005611C8 // Methods public new void VirtualMethod(); // 0x005611C4 } // Namespace: Il2CppTests.TestSources internal class TestHideOverride : TestOverride // TypeDefIndex: 1815 { // Constructors public TestHideOverride(); // 0x005611B0 // Methods public new void VirtualMethod(); // 0x005611AC } // Namespace: Il2CppTests.TestSources internal class TestOverrideAbstract : TestAbstract // TypeDefIndex: 1816 { // Constructors public TestOverrideAbstract(); // 0x005611A4 // Methods public override void AbstractMethod(); // 0x005611F0 } // Namespace: Il2CppTests.TestSources internal class TestHideAbstractOverride : TestOverrideAbstract // TypeDefIndex: 1817 { // Constructors public TestHideAbstractOverride(); // 0x0056119C // Methods public new void AbstractMethod(); // 0x00561198 } // Namespace: Il2CppTests.TestSources internal class TestHideVirtualAndNewVirtual : Test // TypeDefIndex: 1818 { // Constructors public TestHideVirtualAndNewVirtual(); // 0x005611D4 // Methods public virtual new void VirtualMethod(); // 0x005611D0 } // Namespace: Il2CppTests.TestSources internal class TestHideOverrideAndNewVirtual : TestOverride // TypeDefIndex: 1819 { // Constructors public TestHideOverrideAndNewVirtual(); // 0x005611BC // Methods public virtual new void VirtualMethod(); // 0x005611B8 } // Namespace: Il2CppTests.TestSources internal abstract class TestAbstractNew : TestOverride // TypeDefIndex: 1820 { // Constructors protected TestAbstractNew(); // 0x00561188 // Methods public abstract new void VirtualMethod(); } // Namespace: Il2CppTests.TestSources internal class TestNewNonVirtualMethod : Test // TypeDefIndex: 1821 { // Constructors public TestNewNonVirtualMethod(); // 0x005611E4 // Methods public new int ValueTypeReturnMethod(); // 0x005611DC }