Tests: Update GenericTypes and all test results

This commit is contained in:
Katy Coe
2019-11-11 23:29:42 +01:00
parent 06ed21747e
commit 612df92730
19 changed files with 301 additions and 101 deletions

View File

@@ -72,6 +72,7 @@ internal sealed class Locale // TypeDefIndex: 101
// Methods
public static string GetText(string msg); // 0x100F7810
public static string GetText(string fmt, params /* 0x1000A660 */ object[] args); // 0x10261460
}
@@ -85,6 +86,7 @@ internal class Test // TypeDefIndex: 1811
public virtual void VirtualMethod(); // 0x100C5530
public double ValueTypeReturnMethod(); // 0x1034DAD0
public StringBuilder ReferenceTypeReturnMethod(); // 0x1034DA90
}
// Namespace: Il2CppTests.TestSources
@@ -92,6 +94,7 @@ public static class TestExtension // TypeDefIndex: 1812
{
// Methods
public static double DivideByXExtension(int a, float x); // 0x1034DA60
}
// Namespace: Il2CppTests.TestSources
@@ -102,6 +105,7 @@ internal abstract class TestAbstract // TypeDefIndex: 1813
// Methods
public abstract void AbstractMethod();
}
// Namespace: Il2CppTests.TestSources
@@ -112,6 +116,7 @@ internal class TestOverride : Test // TypeDefIndex: 1814
// Methods
public override void VirtualMethod(); // 0x100C5530
}
// Namespace: Il2CppTests.TestSources
@@ -122,6 +127,7 @@ internal class TestHideVirtual : Test // TypeDefIndex: 1815
// Methods
public new void VirtualMethod(); // 0x100C5530
}
// Namespace: Il2CppTests.TestSources
@@ -132,6 +138,7 @@ internal class TestHideOverride : TestOverride // TypeDefIndex: 1816
// Methods
public new void VirtualMethod(); // 0x100C5530
}
// Namespace: Il2CppTests.TestSources
@@ -142,6 +149,7 @@ internal class TestOverrideAbstract : TestAbstract // TypeDefIndex: 1817
// Methods
public override void AbstractMethod(); // 0x100C5530
}
// Namespace: Il2CppTests.TestSources
@@ -152,6 +160,7 @@ internal class TestHideAbstractOverride : TestOverrideAbstract // TypeDefIndex:
// Methods
public new void AbstractMethod(); // 0x100C5530
}
// Namespace: Il2CppTests.TestSources
@@ -162,6 +171,7 @@ internal class TestHideVirtualAndNewVirtual : Test // TypeDefIndex: 1819
// Methods
public virtual new void VirtualMethod(); // 0x100C5530
}
// Namespace: Il2CppTests.TestSources
@@ -172,6 +182,7 @@ internal class TestHideOverrideAndNewVirtual : TestOverride // TypeDefIndex: 182
// Methods
public virtual new void VirtualMethod(); // 0x100C5530
}
// Namespace: Il2CppTests.TestSources
@@ -182,6 +193,7 @@ internal abstract class TestAbstractNew : TestOverride // TypeDefIndex: 1821
// Methods
public abstract new void VirtualMethod();
}
// Namespace: Il2CppTests.TestSources
@@ -192,5 +204,6 @@ internal class TestNewNonVirtualMethod : Test // TypeDefIndex: 1822
// Methods
public int ValueTypeReturnMethod(); // 0x100EF660
}