Tests: Update GenericTypes and all test results
This commit is contained in:
@@ -72,6 +72,7 @@ internal sealed class Locale // TypeDefIndex: 101
|
||||
// Methods
|
||||
public static string GetText(string msg); // 0x0000000180123590
|
||||
public static string GetText(string fmt, params /* 0x0000000180009C10 */ object[] args); // 0x00000001802C64F0
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -85,6 +86,7 @@ internal class Test // TypeDefIndex: 1811
|
||||
public virtual void VirtualMethod(); // 0x00000001800EA7B0
|
||||
public double ValueTypeReturnMethod(); // 0x00000001803E0EC0
|
||||
public StringBuilder ReferenceTypeReturnMethod(); // 0x00000001803E0E70
|
||||
|
||||
}
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
@@ -92,6 +94,7 @@ public static class TestExtension // TypeDefIndex: 1812
|
||||
{
|
||||
// Methods
|
||||
public static double DivideByXExtension(int a, float x); // 0x00000001803E0E50
|
||||
|
||||
}
|
||||
|
||||
// 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(); // 0x00000001800EA7B0
|
||||
|
||||
}
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
@@ -122,6 +127,7 @@ internal class TestHideVirtual : Test // TypeDefIndex: 1815
|
||||
|
||||
// Methods
|
||||
public new void VirtualMethod(); // 0x00000001800EA7B0
|
||||
|
||||
}
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
@@ -132,6 +138,7 @@ internal class TestHideOverride : TestOverride // TypeDefIndex: 1816
|
||||
|
||||
// Methods
|
||||
public new void VirtualMethod(); // 0x00000001800EA7B0
|
||||
|
||||
}
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
@@ -142,6 +149,7 @@ internal class TestOverrideAbstract : TestAbstract // TypeDefIndex: 1817
|
||||
|
||||
// Methods
|
||||
public override void AbstractMethod(); // 0x00000001800EA7B0
|
||||
|
||||
}
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
@@ -152,6 +160,7 @@ internal class TestHideAbstractOverride : TestOverrideAbstract // TypeDefIndex:
|
||||
|
||||
// Methods
|
||||
public new void AbstractMethod(); // 0x00000001800EA7B0
|
||||
|
||||
}
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
@@ -162,6 +171,7 @@ internal class TestHideVirtualAndNewVirtual : Test // TypeDefIndex: 1819
|
||||
|
||||
// Methods
|
||||
public virtual new void VirtualMethod(); // 0x00000001800EA7B0
|
||||
|
||||
}
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
@@ -172,6 +182,7 @@ internal class TestHideOverrideAndNewVirtual : TestOverride // TypeDefIndex: 182
|
||||
|
||||
// Methods
|
||||
public virtual new void VirtualMethod(); // 0x00000001800EA7B0
|
||||
|
||||
}
|
||||
|
||||
// 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(); // 0x0000000180119A50
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user