Tests: Update all test results

This commit is contained in:
Katy Coe
2019-11-12 23:03:15 +01:00
parent a5e4508e6f
commit 50d602add4
18 changed files with 957 additions and 960 deletions

View File

@@ -1,4 +1,8 @@
using System; /*
* Generated code file by Il2CppInspector - http://www.djkaty.com - https://github.com/djkaty
*/
using System;
using System.Diagnostics; using System.Diagnostics;
using System.Reflection; using System.Reflection;
using System.Resources; using System.Resources;
@@ -33,7 +37,6 @@ using System.Runtime.InteropServices;
[assembly: Debuggable] // 0x000A6D34 [assembly: Debuggable] // 0x000A6D34
[assembly: RuntimeCompatibility] // 0x000A6D34 [assembly: RuntimeCompatibility] // 0x000A6D34
// Namespace: <global namespace>
internal static class Consts // TypeDefIndex: 100 internal static class Consts // TypeDefIndex: 100
{ {
// Fields // Fields
@@ -68,7 +71,6 @@ internal static class Consts // TypeDefIndex: 100
public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"; public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
} }
// Namespace: <global namespace>
internal sealed class Locale // TypeDefIndex: 101 internal sealed class Locale // TypeDefIndex: 101
{ {
// Constructors // Constructors
@@ -79,9 +81,10 @@ internal sealed class Locale // TypeDefIndex: 101
public static string GetText(string fmt, params /* 0x000A50D8 */ object[] args); // 0x003EE224 public static string GetText(string fmt, params /* 0x000A50D8 */ object[] args); // 0x003EE224
} }
// Namespace: Il2CppTests.TestSources namespace Il2CppTests.TestSources
internal class Test // TypeDefIndex: 1813
{ {
internal class Test // TypeDefIndex: 1813
{
// Fields // Fields
private int[] foo; // 0x08 private int[] foo; // 0x08
private int[] bar; // 0x0C private int[] bar; // 0x0C
@@ -127,5 +130,5 @@ internal class Test // TypeDefIndex: 1813
public unsafe void UnsafeMethod(int* unsafePointerArgument); // 0x00562EFC public unsafe void UnsafeMethod(int* unsafePointerArgument); // 0x00562EFC
public unsafe int* UnsafeReturnMethod(); // 0x00562F00 public unsafe int* UnsafeReturnMethod(); // 0x00562F00
public unsafe int* UnsafeMethod2(int* i); // 0x00562F08 public unsafe int* UnsafeMethod2(int* i); // 0x00562F08
}
} }

View File

@@ -1,4 +1,8 @@
using System; /*
* Generated code file by Il2CppInspector - http://www.djkaty.com - https://github.com/djkaty
*/
using System;
using System.Diagnostics; using System.Diagnostics;
using System.Reflection; using System.Reflection;
using System.Resources; using System.Resources;
@@ -35,7 +39,6 @@ using Il2CppTests.TestSources;
[assembly: Example] // 0x000A526C [assembly: Example] // 0x000A526C
[assembly: RuntimeCompatibility] // 0x000A526C [assembly: RuntimeCompatibility] // 0x000A526C
// Namespace: <global namespace>
internal static class Consts // TypeDefIndex: 100 internal static class Consts // TypeDefIndex: 100
{ {
// Fields // Fields
@@ -70,7 +73,6 @@ internal static class Consts // TypeDefIndex: 100
public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"; public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
} }
// Namespace: <global namespace>
internal sealed class Locale // TypeDefIndex: 101 internal sealed class Locale // TypeDefIndex: 101
{ {
// Constructors // Constructors
@@ -81,19 +83,19 @@ internal sealed class Locale // TypeDefIndex: 101
public static string GetText(string fmt, params /* 0x000A35A8 */ object[] args); // 0x003EC70C public static string GetText(string fmt, params /* 0x000A35A8 */ object[] args); // 0x003EC70C
} }
// Namespace: Il2CppTests.TestSources namespace Il2CppTests.TestSources
public enum ExampleKind // TypeDefIndex: 1811
{ {
public enum ExampleKind // TypeDefIndex: 1811
{
FirstKind = 0, FirstKind = 0,
SecondKind = 1, SecondKind = 1,
ThirdKind = 2, ThirdKind = 2,
FourthKind = 3 FourthKind = 3
} }
// Namespace: Il2CppTests.TestSources [AttributeUsage] // 0x000A5070
[AttributeUsage] // 0x000A5070 public class ExampleAttribute : Attribute // TypeDefIndex: 1812
public class ExampleAttribute : Attribute // TypeDefIndex: 1812 {
{
// Fields // Fields
private ExampleKind kindValue; // 0x08 private ExampleKind kindValue; // 0x08
private string noteValue; // 0x0C private string noteValue; // 0x0C
@@ -110,17 +112,16 @@ public class ExampleAttribute : Attribute // TypeDefIndex: 1812
public ExampleAttribute(ExampleKind initKind, string[] initStrings); // 0x00561288 public ExampleAttribute(ExampleKind initKind, string[] initStrings); // 0x00561288
public ExampleAttribute(ExampleKind initKind); // 0x005612B0 public ExampleAttribute(ExampleKind initKind); // 0x005612B0
public ExampleAttribute(); // 0x005612D8 public ExampleAttribute(); // 0x005612D8
} }
// Namespace: Il2CppTests.TestSources [Example] // 0x000A5084
[Example] // 0x000A5084 public class Test // TypeDefIndex: 1813
public class Test // TypeDefIndex: 1813 {
{
// Constructors // Constructors
public Test(); // 0x00561330 public Test(); // 0x00561330
// Methods // Methods
[Example] // 0x000A5208 [Example] // 0x000A5208
public void TestMethod([Example] /* 0x000A525C */ object arg); // 0x0056132C public void TestMethod([Example] /* 0x000A525C */ object arg); // 0x0056132C
}
} }

View File

@@ -1,4 +1,8 @@
using System; /*
* Generated code file by Il2CppInspector - http://www.djkaty.com - https://github.com/djkaty
*/
using System;
using System.Diagnostics; using System.Diagnostics;
using System.Reflection; using System.Reflection;
using System.Resources; using System.Resources;
@@ -33,7 +37,6 @@ using System.Runtime.InteropServices;
[assembly: Debuggable] // 0x000000018000C1C0 [assembly: Debuggable] // 0x000000018000C1C0
[assembly: RuntimeCompatibility] // 0x000000018000C1C0 [assembly: RuntimeCompatibility] // 0x000000018000C1C0
// Namespace: <global namespace>
internal static class Consts // TypeDefIndex: 100 internal static class Consts // TypeDefIndex: 100
{ {
// Fields // Fields
@@ -68,7 +71,6 @@ internal static class Consts // TypeDefIndex: 100
public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"; public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
} }
// Namespace: <global namespace>
internal sealed class Locale // TypeDefIndex: 101 internal sealed class Locale // TypeDefIndex: 101
{ {
// Constructors // Constructors
@@ -79,9 +81,10 @@ internal sealed class Locale // TypeDefIndex: 101
public static string GetText(string fmt, params /* 0x00000001800090A0 */ object[] args); // 0x00000001802C64F0 public static string GetText(string fmt, params /* 0x00000001800090A0 */ object[] args); // 0x00000001802C64F0
} }
// Namespace: Il2CppTests.TestSources namespace Il2CppTests.TestSources
internal class Test // TypeDefIndex: 1813
{ {
internal class Test // TypeDefIndex: 1813
{
// Fields // Fields
private int[] foo; // 0x10 private int[] foo; // 0x10
private int[] bar; // 0x20 private int[] bar; // 0x20
@@ -127,5 +130,5 @@ internal class Test // TypeDefIndex: 1813
public unsafe void UnsafeMethod(int* unsafePointerArgument); // 0x00000001800EA7B0 public unsafe void UnsafeMethod(int* unsafePointerArgument); // 0x00000001800EA7B0
public unsafe int* UnsafeReturnMethod(); // 0x00000001800EA8C0 public unsafe int* UnsafeReturnMethod(); // 0x00000001800EA8C0
public unsafe int* UnsafeMethod2(int* i); // 0x000000018012FC60 public unsafe int* UnsafeMethod2(int* i); // 0x000000018012FC60
}
} }

View File

@@ -1,4 +1,8 @@
using System; /*
* Generated code file by Il2CppInspector - http://www.djkaty.com - https://github.com/djkaty
*/
using System;
using System.Diagnostics; using System.Diagnostics;
using System.Reflection; using System.Reflection;
using System.Resources; using System.Resources;
@@ -33,7 +37,6 @@ using System.Runtime.InteropServices;
[assembly: Debuggable] // 0x1000D250 [assembly: Debuggable] // 0x1000D250
[assembly: RuntimeCompatibility] // 0x1000D250 [assembly: RuntimeCompatibility] // 0x1000D250
// Namespace: <global namespace>
internal static class Consts // TypeDefIndex: 100 internal static class Consts // TypeDefIndex: 100
{ {
// Fields // Fields
@@ -68,7 +71,6 @@ internal static class Consts // TypeDefIndex: 100
public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"; public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
} }
// Namespace: <global namespace>
internal sealed class Locale // TypeDefIndex: 101 internal sealed class Locale // TypeDefIndex: 101
{ {
// Constructors // Constructors
@@ -79,9 +81,10 @@ internal sealed class Locale // TypeDefIndex: 101
public static string GetText(string fmt, params /* 0x10009AA0 */ object[] args); // 0x10261460 public static string GetText(string fmt, params /* 0x10009AA0 */ object[] args); // 0x10261460
} }
// Namespace: Il2CppTests.TestSources namespace Il2CppTests.TestSources
internal class Test // TypeDefIndex: 1813
{ {
internal class Test // TypeDefIndex: 1813
{
// Fields // Fields
private int[] foo; // 0x08 private int[] foo; // 0x08
private int[] bar; // 0x0C private int[] bar; // 0x0C
@@ -127,5 +130,5 @@ internal class Test // TypeDefIndex: 1813
public unsafe void UnsafeMethod(int* unsafePointerArgument); // 0x100C5530 public unsafe void UnsafeMethod(int* unsafePointerArgument); // 0x100C5530
public unsafe int* UnsafeReturnMethod(); // 0x100C5600 public unsafe int* UnsafeReturnMethod(); // 0x100C5600
public unsafe int* UnsafeMethod2(int* i); // 0x10102390 public unsafe int* UnsafeMethod2(int* i); // 0x10102390
}
} }

View File

@@ -1,4 +1,8 @@
using System; /*
* Generated code file by Il2CppInspector - http://www.djkaty.com - https://github.com/djkaty
*/
using System;
using System.Diagnostics; using System.Diagnostics;
using System.Reflection; using System.Reflection;
using System.Resources; using System.Resources;
@@ -35,7 +39,6 @@ using Il2CppTests.TestSources;
[assembly: Example] // 0x000000018000C4B0 [assembly: Example] // 0x000000018000C4B0
[assembly: RuntimeCompatibility] // 0x000000018000C4B0 [assembly: RuntimeCompatibility] // 0x000000018000C4B0
// Namespace: <global namespace>
internal static class Consts // TypeDefIndex: 100 internal static class Consts // TypeDefIndex: 100
{ {
// Fields // Fields
@@ -70,7 +73,6 @@ internal static class Consts // TypeDefIndex: 100
public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"; public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
} }
// Namespace: <global namespace>
internal sealed class Locale // TypeDefIndex: 101 internal sealed class Locale // TypeDefIndex: 101
{ {
// Constructors // Constructors
@@ -81,19 +83,19 @@ internal sealed class Locale // TypeDefIndex: 101
public static string GetText(string fmt, params /* 0x0000000180009150 */ object[] args); // 0x00000001802C64F0 public static string GetText(string fmt, params /* 0x0000000180009150 */ object[] args); // 0x00000001802C64F0
} }
// Namespace: Il2CppTests.TestSources namespace Il2CppTests.TestSources
public enum ExampleKind // TypeDefIndex: 1811
{ {
public enum ExampleKind // TypeDefIndex: 1811
{
FirstKind = 0, FirstKind = 0,
SecondKind = 1, SecondKind = 1,
ThirdKind = 2, ThirdKind = 2,
FourthKind = 3 FourthKind = 3
} }
// Namespace: Il2CppTests.TestSources [AttributeUsage] // 0x000000018000C5B0
[AttributeUsage] // 0x000000018000C5B0 public class ExampleAttribute : Attribute // TypeDefIndex: 1812
public class ExampleAttribute : Attribute // TypeDefIndex: 1812 {
{
// Fields // Fields
private ExampleKind kindValue; // 0x10 private ExampleKind kindValue; // 0x10
private string noteValue; // 0x20 private string noteValue; // 0x20
@@ -110,17 +112,16 @@ public class ExampleAttribute : Attribute // TypeDefIndex: 1812
public ExampleAttribute(ExampleKind initKind, string[] initStrings); // 0x00000001803E0E70 public ExampleAttribute(ExampleKind initKind, string[] initStrings); // 0x00000001803E0E70
public ExampleAttribute(ExampleKind initKind); // 0x00000001803E0EB0 public ExampleAttribute(ExampleKind initKind); // 0x00000001803E0EB0
public ExampleAttribute(); // 0x00000001803E0E50 public ExampleAttribute(); // 0x00000001803E0E50
} }
// Namespace: Il2CppTests.TestSources [Example] // 0x000000018000C5D0
[Example] // 0x000000018000C5D0 public class Test // TypeDefIndex: 1813
public class Test // TypeDefIndex: 1813 {
{
// Constructors // Constructors
public Test(); // 0x00000001800E2000 public Test(); // 0x00000001800E2000
// Methods // Methods
[Example] // 0x000000018000C710 [Example] // 0x000000018000C710
public void TestMethod([Example] /* 0x000000018000C750 */ object arg); // 0x00000001800EA7B0 public void TestMethod([Example] /* 0x000000018000C750 */ object arg); // 0x00000001800EA7B0
}
} }

View File

@@ -1,4 +1,8 @@
using System; /*
* Generated code file by Il2CppInspector - http://www.djkaty.com - https://github.com/djkaty
*/
using System;
using System.Diagnostics; using System.Diagnostics;
using System.Reflection; using System.Reflection;
using System.Resources; using System.Resources;
@@ -35,7 +39,6 @@ using Il2CppTests.TestSources;
[assembly: Example] // 0x1000D360 [assembly: Example] // 0x1000D360
[assembly: RuntimeCompatibility] // 0x1000D360 [assembly: RuntimeCompatibility] // 0x1000D360
// Namespace: <global namespace>
internal static class Consts // TypeDefIndex: 100 internal static class Consts // TypeDefIndex: 100
{ {
// Fields // Fields
@@ -70,7 +73,6 @@ internal static class Consts // TypeDefIndex: 100
public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"; public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
} }
// Namespace: <global namespace>
internal sealed class Locale // TypeDefIndex: 101 internal sealed class Locale // TypeDefIndex: 101
{ {
// Constructors // Constructors
@@ -81,19 +83,19 @@ internal sealed class Locale // TypeDefIndex: 101
public static string GetText(string fmt, params /* 0x10009B80 */ object[] args); // 0x10261460 public static string GetText(string fmt, params /* 0x10009B80 */ object[] args); // 0x10261460
} }
// Namespace: Il2CppTests.TestSources namespace Il2CppTests.TestSources
public enum ExampleKind // TypeDefIndex: 1811
{ {
public enum ExampleKind // TypeDefIndex: 1811
{
FirstKind = 0, FirstKind = 0,
SecondKind = 1, SecondKind = 1,
ThirdKind = 2, ThirdKind = 2,
FourthKind = 3 FourthKind = 3
} }
// Namespace: Il2CppTests.TestSources [AttributeUsage] // 0x1000D430
[AttributeUsage] // 0x1000D430 public class ExampleAttribute : Attribute // TypeDefIndex: 1812
public class ExampleAttribute : Attribute // TypeDefIndex: 1812 {
{
// Fields // Fields
private ExampleKind kindValue; // 0x08 private ExampleKind kindValue; // 0x08
private string noteValue; // 0x0C private string noteValue; // 0x0C
@@ -110,17 +112,16 @@ public class ExampleAttribute : Attribute // TypeDefIndex: 1812
public ExampleAttribute(ExampleKind initKind, string[] initStrings); // 0x1034DA90 public ExampleAttribute(ExampleKind initKind, string[] initStrings); // 0x1034DA90
public ExampleAttribute(ExampleKind initKind); // 0x1034DAC0 public ExampleAttribute(ExampleKind initKind); // 0x1034DAC0
public ExampleAttribute(); // 0x1034DA60 public ExampleAttribute(); // 0x1034DA60
} }
// Namespace: Il2CppTests.TestSources [Example] // 0x1000D450
[Example] // 0x1000D450 public class Test // TypeDefIndex: 1813
public class Test // TypeDefIndex: 1813 {
{
// Constructors // Constructors
public Test(); // 0x100BF000 public Test(); // 0x100BF000
// Methods // Methods
[Example] // 0x1000D550 [Example] // 0x1000D550
public void TestMethod([Example] /* 0x1000D590 */ object arg); // 0x100C5530 public void TestMethod([Example] /* 0x1000D590 */ object arg); // 0x100C5530
}
} }

View File

@@ -1,4 +1,8 @@
using System; /*
* Generated code file by Il2CppInspector - http://www.djkaty.com - https://github.com/djkaty
*/
using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Diagnostics; using System.Diagnostics;
using System.Reflection; using System.Reflection;
@@ -34,7 +38,6 @@ using System.Runtime.InteropServices;
[assembly: Debuggable] // 0x000000018000C150 [assembly: Debuggable] // 0x000000018000C150
[assembly: RuntimeCompatibility] // 0x000000018000C150 [assembly: RuntimeCompatibility] // 0x000000018000C150
// Namespace: <global namespace>
internal static class Consts // TypeDefIndex: 100 internal static class Consts // TypeDefIndex: 100
{ {
// Fields // Fields
@@ -69,7 +72,6 @@ internal static class Consts // TypeDefIndex: 100
public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"; public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
} }
// Namespace: <global namespace>
internal sealed class Locale // TypeDefIndex: 101 internal sealed class Locale // TypeDefIndex: 101
{ {
// Constructors // Constructors
@@ -80,16 +82,16 @@ internal sealed class Locale // TypeDefIndex: 101
public static string GetText(string fmt, params /* 0x00000001800090D0 */ object[] args); // 0x00000001802C64F0 public static string GetText(string fmt, params /* 0x00000001800090D0 */ object[] args); // 0x00000001802C64F0
} }
// Namespace: Il2CppTests.TestSources namespace Il2CppTests.TestSources
public class Base<T, U> // TypeDefIndex: 1815
{ {
public class Base<T, U> // TypeDefIndex: 1815
{
// Constructors // Constructors
public Base(); public Base();
} }
// Namespace: Il2CppTests.TestSources public class Derived<V> : Base<string, V> // TypeDefIndex: 1816
public class Derived<V> : Base<string, V> // TypeDefIndex: 1816 {
{
// Fields // Fields
public G<Derived<V>> F; // 0x00 public G<Derived<V>> F; // 0x00
@@ -102,37 +104,33 @@ public class Derived<V> : Base<string, V> // TypeDefIndex: 1816
// Constructors // Constructors
public Derived(); public Derived();
} }
// Namespace: Il2CppTests.TestSources public class G<T> // TypeDefIndex: 1818
public class G<T> // TypeDefIndex: 1818 {
{
// Constructors // Constructors
public G(); public G();
} }
// Namespace: Il2CppTests.TestSources internal class Test // TypeDefIndex: 1819
internal class Test // TypeDefIndex: 1819 {
{
// Constructors // Constructors
public Test(); // 0x00000001800E2000 public Test(); // 0x00000001800E2000
// Methods // Methods
public void GenericTypesTest(); // 0x00000001803E0ED0 public void GenericTypesTest(); // 0x00000001803E0ED0
} }
// Namespace: Il2CppTests.TestSources internal class ConstrainedValueType<V> // TypeDefIndex: 1820
internal class ConstrainedValueType<V> // TypeDefIndex: 1820
where V : struct where V : struct
{ {
// Constructors // Constructors
public ConstrainedValueType(); public ConstrainedValueType();
} }
// Namespace: Il2CppTests.TestSources internal class ConstrainedRefType<R> // TypeDefIndex: 1821
internal class ConstrainedRefType<R> // TypeDefIndex: 1821
where R : class where R : class
{ {
// Constructors // Constructors
public ConstrainedRefType(); public ConstrainedRefType();
@@ -150,5 +148,5 @@ internal class ConstrainedRefType<R> // TypeDefIndex: 1821
where D : Delegate; where D : Delegate;
public void EnumConstraint<E>(E enumeration) public void EnumConstraint<E>(E enumeration)
where E : Enum; where E : Enum;
}
} }

View File

@@ -1,4 +1,8 @@
using System; /*
* Generated code file by Il2CppInspector - http://www.djkaty.com - https://github.com/djkaty
*/
using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Diagnostics; using System.Diagnostics;
using System.Reflection; using System.Reflection;
@@ -34,7 +38,6 @@ using System.Runtime.InteropServices;
[assembly: Debuggable] // 0x1000D1B0 [assembly: Debuggable] // 0x1000D1B0
[assembly: RuntimeCompatibility] // 0x1000D1B0 [assembly: RuntimeCompatibility] // 0x1000D1B0
// Namespace: <global namespace>
internal static class Consts // TypeDefIndex: 100 internal static class Consts // TypeDefIndex: 100
{ {
// Fields // Fields
@@ -69,7 +72,6 @@ internal static class Consts // TypeDefIndex: 100
public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"; public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
} }
// Namespace: <global namespace>
internal sealed class Locale // TypeDefIndex: 101 internal sealed class Locale // TypeDefIndex: 101
{ {
// Constructors // Constructors
@@ -80,16 +82,16 @@ internal sealed class Locale // TypeDefIndex: 101
public static string GetText(string fmt, params /* 0x10009B20 */ object[] args); // 0x10261460 public static string GetText(string fmt, params /* 0x10009B20 */ object[] args); // 0x10261460
} }
// Namespace: Il2CppTests.TestSources namespace Il2CppTests.TestSources
public class Base<T, U> // TypeDefIndex: 1815
{ {
public class Base<T, U> // TypeDefIndex: 1815
{
// Constructors // Constructors
public Base(); public Base();
} }
// Namespace: Il2CppTests.TestSources public class Derived<V> : Base<string, V> // TypeDefIndex: 1816
public class Derived<V> : Base<string, V> // TypeDefIndex: 1816 {
{
// Fields // Fields
public G<Derived<V>> F; // 0x00 public G<Derived<V>> F; // 0x00
@@ -102,37 +104,33 @@ public class Derived<V> : Base<string, V> // TypeDefIndex: 1816
// Constructors // Constructors
public Derived(); public Derived();
} }
// Namespace: Il2CppTests.TestSources public class G<T> // TypeDefIndex: 1818
public class G<T> // TypeDefIndex: 1818 {
{
// Constructors // Constructors
public G(); public G();
} }
// Namespace: Il2CppTests.TestSources internal class Test // TypeDefIndex: 1819
internal class Test // TypeDefIndex: 1819 {
{
// Constructors // Constructors
public Test(); // 0x100BF000 public Test(); // 0x100BF000
// Methods // Methods
public void GenericTypesTest(); // 0x1034DB10 public void GenericTypesTest(); // 0x1034DB10
} }
// Namespace: Il2CppTests.TestSources internal class ConstrainedValueType<V> // TypeDefIndex: 1820
internal class ConstrainedValueType<V> // TypeDefIndex: 1820
where V : struct where V : struct
{ {
// Constructors // Constructors
public ConstrainedValueType(); public ConstrainedValueType();
} }
// Namespace: Il2CppTests.TestSources internal class ConstrainedRefType<R> // TypeDefIndex: 1821
internal class ConstrainedRefType<R> // TypeDefIndex: 1821
where R : class where R : class
{ {
// Constructors // Constructors
public ConstrainedRefType(); public ConstrainedRefType();
@@ -150,5 +148,5 @@ internal class ConstrainedRefType<R> // TypeDefIndex: 1821
where D : Delegate; where D : Delegate;
public void EnumConstraint<E>(E enumeration) public void EnumConstraint<E>(E enumeration)
where E : Enum; where E : Enum;
}
} }

View File

@@ -1,4 +1,8 @@
using System; /*
* Generated code file by Il2CppInspector - http://www.djkaty.com - https://github.com/djkaty
*/
using System;
using System.Diagnostics; using System.Diagnostics;
using System.Reflection; using System.Reflection;
using System.Resources; using System.Resources;
@@ -34,7 +38,6 @@ using System.Text;
[assembly: Debuggable] // 0x000000018000CAF0 [assembly: Debuggable] // 0x000000018000CAF0
[assembly: RuntimeCompatibility] // 0x000000018000CAF0 [assembly: RuntimeCompatibility] // 0x000000018000CAF0
// Namespace: <global namespace>
internal static class Consts // TypeDefIndex: 100 internal static class Consts // TypeDefIndex: 100
{ {
// Fields // Fields
@@ -69,7 +72,6 @@ internal static class Consts // TypeDefIndex: 100
public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"; public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
} }
// Namespace: <global namespace>
internal sealed class Locale // TypeDefIndex: 101 internal sealed class Locale // TypeDefIndex: 101
{ {
// Constructors // Constructors
@@ -80,9 +82,10 @@ internal sealed class Locale // TypeDefIndex: 101
public static string GetText(string fmt, params /* 0x0000000180009C10 */ object[] args); // 0x00000001802C64F0 public static string GetText(string fmt, params /* 0x0000000180009C10 */ object[] args); // 0x00000001802C64F0
} }
// Namespace: Il2CppTests.TestSources namespace Il2CppTests.TestSources
internal class Test // TypeDefIndex: 1811
{ {
internal class Test // TypeDefIndex: 1811
{
// Constructors // Constructors
public Test(); // 0x00000001800E2000 public Test(); // 0x00000001800E2000
@@ -90,112 +93,101 @@ internal class Test // TypeDefIndex: 1811
public virtual void VirtualMethod(); // 0x00000001800EA7B0 public virtual void VirtualMethod(); // 0x00000001800EA7B0
public double ValueTypeReturnMethod(); // 0x00000001803E0EC0 public double ValueTypeReturnMethod(); // 0x00000001803E0EC0
public StringBuilder ReferenceTypeReturnMethod(); // 0x00000001803E0E70 public StringBuilder ReferenceTypeReturnMethod(); // 0x00000001803E0E70
} }
// Namespace: Il2CppTests.TestSources public static class TestExtension // TypeDefIndex: 1812
public static class TestExtension // TypeDefIndex: 1812 {
{
// Methods // Methods
public static double DivideByXExtension(int a, float x); // 0x00000001803E0E50 public static double DivideByXExtension(int a, float x); // 0x00000001803E0E50
} }
// Namespace: Il2CppTests.TestSources internal abstract class TestAbstract // TypeDefIndex: 1813
internal abstract class TestAbstract // TypeDefIndex: 1813 {
{
// Constructors // Constructors
protected TestAbstract(); // 0x00000001800E2000 protected TestAbstract(); // 0x00000001800E2000
// Methods // Methods
public abstract void AbstractMethod(); public abstract void AbstractMethod();
} }
// Namespace: Il2CppTests.TestSources internal class TestOverride : Test // TypeDefIndex: 1814
internal class TestOverride : Test // TypeDefIndex: 1814 {
{
// Constructors // Constructors
public TestOverride(); // 0x00000001800E2000 public TestOverride(); // 0x00000001800E2000
// Methods // Methods
public override void VirtualMethod(); // 0x00000001800EA7B0 public override void VirtualMethod(); // 0x00000001800EA7B0
} }
// Namespace: Il2CppTests.TestSources internal class TestHideVirtual : Test // TypeDefIndex: 1815
internal class TestHideVirtual : Test // TypeDefIndex: 1815 {
{
// Constructors // Constructors
public TestHideVirtual(); // 0x00000001800E2000 public TestHideVirtual(); // 0x00000001800E2000
// Methods // Methods
public new void VirtualMethod(); // 0x00000001800EA7B0 public new void VirtualMethod(); // 0x00000001800EA7B0
} }
// Namespace: Il2CppTests.TestSources internal class TestHideOverride : TestOverride // TypeDefIndex: 1816
internal class TestHideOverride : TestOverride // TypeDefIndex: 1816 {
{
// Constructors // Constructors
public TestHideOverride(); // 0x00000001800E2000 public TestHideOverride(); // 0x00000001800E2000
// Methods // Methods
public new void VirtualMethod(); // 0x00000001800EA7B0 public new void VirtualMethod(); // 0x00000001800EA7B0
} }
// Namespace: Il2CppTests.TestSources internal class TestOverrideAbstract : TestAbstract // TypeDefIndex: 1817
internal class TestOverrideAbstract : TestAbstract // TypeDefIndex: 1817 {
{
// Constructors // Constructors
public TestOverrideAbstract(); // 0x00000001800E2000 public TestOverrideAbstract(); // 0x00000001800E2000
// Methods // Methods
public override void AbstractMethod(); // 0x00000001800EA7B0 public override void AbstractMethod(); // 0x00000001800EA7B0
} }
// Namespace: Il2CppTests.TestSources internal class TestHideAbstractOverride : TestOverrideAbstract // TypeDefIndex: 1818
internal class TestHideAbstractOverride : TestOverrideAbstract // TypeDefIndex: 1818 {
{
// Constructors // Constructors
public TestHideAbstractOverride(); // 0x00000001800E2000 public TestHideAbstractOverride(); // 0x00000001800E2000
// Methods // Methods
public new void AbstractMethod(); // 0x00000001800EA7B0 public new void AbstractMethod(); // 0x00000001800EA7B0
} }
// Namespace: Il2CppTests.TestSources internal class TestHideVirtualAndNewVirtual : Test // TypeDefIndex: 1819
internal class TestHideVirtualAndNewVirtual : Test // TypeDefIndex: 1819 {
{
// Constructors // Constructors
public TestHideVirtualAndNewVirtual(); // 0x00000001800E2000 public TestHideVirtualAndNewVirtual(); // 0x00000001800E2000
// Methods // Methods
public virtual new void VirtualMethod(); // 0x00000001800EA7B0 public virtual new void VirtualMethod(); // 0x00000001800EA7B0
} }
// Namespace: Il2CppTests.TestSources internal class TestHideOverrideAndNewVirtual : TestOverride // TypeDefIndex: 1820
internal class TestHideOverrideAndNewVirtual : TestOverride // TypeDefIndex: 1820 {
{
// Constructors // Constructors
public TestHideOverrideAndNewVirtual(); // 0x00000001800E2000 public TestHideOverrideAndNewVirtual(); // 0x00000001800E2000
// Methods // Methods
public virtual new void VirtualMethod(); // 0x00000001800EA7B0 public virtual new void VirtualMethod(); // 0x00000001800EA7B0
} }
// Namespace: Il2CppTests.TestSources internal abstract class TestAbstractNew : TestOverride // TypeDefIndex: 1821
internal abstract class TestAbstractNew : TestOverride // TypeDefIndex: 1821 {
{
// Constructors // Constructors
protected TestAbstractNew(); // 0x00000001800E2000 protected TestAbstractNew(); // 0x00000001800E2000
// Methods // Methods
public abstract new void VirtualMethod(); public abstract new void VirtualMethod();
} }
// Namespace: Il2CppTests.TestSources internal class TestNewNonVirtualMethod : Test // TypeDefIndex: 1822
internal class TestNewNonVirtualMethod : Test // TypeDefIndex: 1822 {
{
// Constructors // Constructors
public TestNewNonVirtualMethod(); // 0x00000001800E2000 public TestNewNonVirtualMethod(); // 0x00000001800E2000
// Methods // Methods
public int ValueTypeReturnMethod(); // 0x0000000180119A50 public int ValueTypeReturnMethod(); // 0x0000000180119A50
}
} }

View File

@@ -1,4 +1,8 @@
using System; /*
* Generated code file by Il2CppInspector - http://www.djkaty.com - https://github.com/djkaty
*/
using System;
using System.Diagnostics; using System.Diagnostics;
using System.Reflection; using System.Reflection;
using System.Resources; using System.Resources;
@@ -34,7 +38,6 @@ using System.Text;
[assembly: Debuggable] // 0x1000DC90 [assembly: Debuggable] // 0x1000DC90
[assembly: RuntimeCompatibility] // 0x1000DC90 [assembly: RuntimeCompatibility] // 0x1000DC90
// Namespace: <global namespace>
internal static class Consts // TypeDefIndex: 100 internal static class Consts // TypeDefIndex: 100
{ {
// Fields // Fields
@@ -69,7 +72,6 @@ internal static class Consts // TypeDefIndex: 100
public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"; public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
} }
// Namespace: <global namespace>
internal sealed class Locale // TypeDefIndex: 101 internal sealed class Locale // TypeDefIndex: 101
{ {
// Constructors // Constructors
@@ -80,9 +82,10 @@ internal sealed class Locale // TypeDefIndex: 101
public static string GetText(string fmt, params /* 0x1000A660 */ object[] args); // 0x10261460 public static string GetText(string fmt, params /* 0x1000A660 */ object[] args); // 0x10261460
} }
// Namespace: Il2CppTests.TestSources namespace Il2CppTests.TestSources
internal class Test // TypeDefIndex: 1811
{ {
internal class Test // TypeDefIndex: 1811
{
// Constructors // Constructors
public Test(); // 0x100BF000 public Test(); // 0x100BF000
@@ -90,112 +93,101 @@ internal class Test // TypeDefIndex: 1811
public virtual void VirtualMethod(); // 0x100C5530 public virtual void VirtualMethod(); // 0x100C5530
public double ValueTypeReturnMethod(); // 0x1034DAD0 public double ValueTypeReturnMethod(); // 0x1034DAD0
public StringBuilder ReferenceTypeReturnMethod(); // 0x1034DA90 public StringBuilder ReferenceTypeReturnMethod(); // 0x1034DA90
} }
// Namespace: Il2CppTests.TestSources public static class TestExtension // TypeDefIndex: 1812
public static class TestExtension // TypeDefIndex: 1812 {
{
// Methods // Methods
public static double DivideByXExtension(int a, float x); // 0x1034DA60 public static double DivideByXExtension(int a, float x); // 0x1034DA60
} }
// Namespace: Il2CppTests.TestSources internal abstract class TestAbstract // TypeDefIndex: 1813
internal abstract class TestAbstract // TypeDefIndex: 1813 {
{
// Constructors // Constructors
protected TestAbstract(); // 0x100BF000 protected TestAbstract(); // 0x100BF000
// Methods // Methods
public abstract void AbstractMethod(); public abstract void AbstractMethod();
} }
// Namespace: Il2CppTests.TestSources internal class TestOverride : Test // TypeDefIndex: 1814
internal class TestOverride : Test // TypeDefIndex: 1814 {
{
// Constructors // Constructors
public TestOverride(); // 0x100BF000 public TestOverride(); // 0x100BF000
// Methods // Methods
public override void VirtualMethod(); // 0x100C5530 public override void VirtualMethod(); // 0x100C5530
} }
// Namespace: Il2CppTests.TestSources internal class TestHideVirtual : Test // TypeDefIndex: 1815
internal class TestHideVirtual : Test // TypeDefIndex: 1815 {
{
// Constructors // Constructors
public TestHideVirtual(); // 0x100BF000 public TestHideVirtual(); // 0x100BF000
// Methods // Methods
public new void VirtualMethod(); // 0x100C5530 public new void VirtualMethod(); // 0x100C5530
} }
// Namespace: Il2CppTests.TestSources internal class TestHideOverride : TestOverride // TypeDefIndex: 1816
internal class TestHideOverride : TestOverride // TypeDefIndex: 1816 {
{
// Constructors // Constructors
public TestHideOverride(); // 0x100BF000 public TestHideOverride(); // 0x100BF000
// Methods // Methods
public new void VirtualMethod(); // 0x100C5530 public new void VirtualMethod(); // 0x100C5530
} }
// Namespace: Il2CppTests.TestSources internal class TestOverrideAbstract : TestAbstract // TypeDefIndex: 1817
internal class TestOverrideAbstract : TestAbstract // TypeDefIndex: 1817 {
{
// Constructors // Constructors
public TestOverrideAbstract(); // 0x100BF000 public TestOverrideAbstract(); // 0x100BF000
// Methods // Methods
public override void AbstractMethod(); // 0x100C5530 public override void AbstractMethod(); // 0x100C5530
} }
// Namespace: Il2CppTests.TestSources internal class TestHideAbstractOverride : TestOverrideAbstract // TypeDefIndex: 1818
internal class TestHideAbstractOverride : TestOverrideAbstract // TypeDefIndex: 1818 {
{
// Constructors // Constructors
public TestHideAbstractOverride(); // 0x100BF000 public TestHideAbstractOverride(); // 0x100BF000
// Methods // Methods
public new void AbstractMethod(); // 0x100C5530 public new void AbstractMethod(); // 0x100C5530
} }
// Namespace: Il2CppTests.TestSources internal class TestHideVirtualAndNewVirtual : Test // TypeDefIndex: 1819
internal class TestHideVirtualAndNewVirtual : Test // TypeDefIndex: 1819 {
{
// Constructors // Constructors
public TestHideVirtualAndNewVirtual(); // 0x100BF000 public TestHideVirtualAndNewVirtual(); // 0x100BF000
// Methods // Methods
public virtual new void VirtualMethod(); // 0x100C5530 public virtual new void VirtualMethod(); // 0x100C5530
} }
// Namespace: Il2CppTests.TestSources internal class TestHideOverrideAndNewVirtual : TestOverride // TypeDefIndex: 1820
internal class TestHideOverrideAndNewVirtual : TestOverride // TypeDefIndex: 1820 {
{
// Constructors // Constructors
public TestHideOverrideAndNewVirtual(); // 0x100BF000 public TestHideOverrideAndNewVirtual(); // 0x100BF000
// Methods // Methods
public virtual new void VirtualMethod(); // 0x100C5530 public virtual new void VirtualMethod(); // 0x100C5530
} }
// Namespace: Il2CppTests.TestSources internal abstract class TestAbstractNew : TestOverride // TypeDefIndex: 1821
internal abstract class TestAbstractNew : TestOverride // TypeDefIndex: 1821 {
{
// Constructors // Constructors
protected TestAbstractNew(); // 0x100BF000 protected TestAbstractNew(); // 0x100BF000
// Methods // Methods
public abstract new void VirtualMethod(); public abstract new void VirtualMethod();
} }
// Namespace: Il2CppTests.TestSources internal class TestNewNonVirtualMethod : Test // TypeDefIndex: 1822
internal class TestNewNonVirtualMethod : Test // TypeDefIndex: 1822 {
{
// Constructors // Constructors
public TestNewNonVirtualMethod(); // 0x100BF000 public TestNewNonVirtualMethod(); // 0x100BF000
// Methods // Methods
public int ValueTypeReturnMethod(); // 0x100EF660 public int ValueTypeReturnMethod(); // 0x100EF660
}
} }

View File

@@ -1,4 +1,8 @@
using System; /*
* Generated code file by Il2CppInspector - http://www.djkaty.com - https://github.com/djkaty
*/
using System;
using System.Diagnostics; using System.Diagnostics;
using System.Reflection; using System.Reflection;
using System.Resources; using System.Resources;
@@ -33,7 +37,6 @@ using System.Runtime.InteropServices;
[assembly: Debuggable] // 0x000000018000C0D0 [assembly: Debuggable] // 0x000000018000C0D0
[assembly: RuntimeCompatibility] // 0x000000018000C0D0 [assembly: RuntimeCompatibility] // 0x000000018000C0D0
// Namespace: <global namespace>
internal static class Consts // TypeDefIndex: 100 internal static class Consts // TypeDefIndex: 100
{ {
// Fields // Fields
@@ -68,7 +71,6 @@ internal static class Consts // TypeDefIndex: 100
public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"; public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
} }
// Namespace: <global namespace>
internal sealed class Locale // TypeDefIndex: 101 internal sealed class Locale // TypeDefIndex: 101
{ {
// Constructors // Constructors
@@ -79,9 +81,10 @@ internal sealed class Locale // TypeDefIndex: 101
public static string GetText(string fmt, params /* 0x00000001800091F0 */ object[] args); // 0x00000001802C64F0 public static string GetText(string fmt, params /* 0x00000001800091F0 */ object[] args); // 0x00000001802C64F0
} }
// Namespace: Il2CppTests.TestSources namespace Il2CppTests.TestSources
internal class Test // TypeDefIndex: 1811
{ {
internal class Test // TypeDefIndex: 1811
{
// Properties // Properties
private int prop1 { get; set; } // 0x00000001800ECD10 0x0000000180143AD0 private int prop1 { get; set; } // 0x00000001800ECD10 0x0000000180143AD0
protected int prop2 { get; private set; } // 0x0000000180156360 0x00000001803E0F20 protected int prop2 { get; private set; } // 0x0000000180156360 0x00000001803E0F20
@@ -95,5 +98,5 @@ internal class Test // TypeDefIndex: 1811
// Constructors // Constructors
public Test(); // 0x00000001800E2000 public Test(); // 0x00000001800E2000
}
} }

View File

@@ -1,4 +1,8 @@
using System; /*
* Generated code file by Il2CppInspector - http://www.djkaty.com - https://github.com/djkaty
*/
using System;
using System.Diagnostics; using System.Diagnostics;
using System.Reflection; using System.Reflection;
using System.Resources; using System.Resources;
@@ -33,7 +37,6 @@ using System.Runtime.InteropServices;
[assembly: Debuggable] // 0x1000D0F0 [assembly: Debuggable] // 0x1000D0F0
[assembly: RuntimeCompatibility] // 0x1000D0F0 [assembly: RuntimeCompatibility] // 0x1000D0F0
// Namespace: <global namespace>
internal static class Consts // TypeDefIndex: 100 internal static class Consts // TypeDefIndex: 100
{ {
// Fields // Fields
@@ -68,7 +71,6 @@ internal static class Consts // TypeDefIndex: 100
public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"; public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
} }
// Namespace: <global namespace>
internal sealed class Locale // TypeDefIndex: 101 internal sealed class Locale // TypeDefIndex: 101
{ {
// Constructors // Constructors
@@ -79,9 +81,10 @@ internal sealed class Locale // TypeDefIndex: 101
public static string GetText(string fmt, params /* 0x10009AD0 */ object[] args); // 0x10261460 public static string GetText(string fmt, params /* 0x10009AD0 */ object[] args); // 0x10261460
} }
// Namespace: Il2CppTests.TestSources namespace Il2CppTests.TestSources
internal class Test // TypeDefIndex: 1811
{ {
internal class Test // TypeDefIndex: 1811
{
// Properties // Properties
private int prop1 { get; set; } // 0x100BF0C0 0x100EB270 private int prop1 { get; set; } // 0x100BF0C0 0x100EB270
protected int prop2 { get; private set; } // 0x100C5B30 0x100C5B50 protected int prop2 { get; private set; } // 0x100C5B30 0x100C5B50
@@ -95,5 +98,5 @@ internal class Test // TypeDefIndex: 1811
// Constructors // Constructors
public Test(); // 0x100BF000 public Test(); // 0x100BF000
}
} }

View File

@@ -1,4 +1,8 @@
using System; /*
* Generated code file by Il2CppInspector - http://www.djkaty.com - https://github.com/djkaty
*/
using System;
using System.Diagnostics; using System.Diagnostics;
using System.Reflection; using System.Reflection;
using System.Resources; using System.Resources;
@@ -33,7 +37,6 @@ using System.Runtime.InteropServices;
[assembly: Debuggable] // 0x000000018000CAF0 [assembly: Debuggable] // 0x000000018000CAF0
[assembly: RuntimeCompatibility] // 0x000000018000CAF0 [assembly: RuntimeCompatibility] // 0x000000018000CAF0
// Namespace: <global namespace>
internal static class Consts // TypeDefIndex: 100 internal static class Consts // TypeDefIndex: 100
{ {
// Fields // Fields
@@ -68,7 +71,6 @@ internal static class Consts // TypeDefIndex: 100
public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"; public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
} }
// Namespace: <global namespace>
internal sealed class Locale // TypeDefIndex: 101 internal sealed class Locale // TypeDefIndex: 101
{ {
// Constructors // Constructors
@@ -79,9 +81,10 @@ internal sealed class Locale // TypeDefIndex: 101
public static string GetText(string fmt, params /* 0x0000000180009C10 */ object[] args); // 0x00000001802C64F0 public static string GetText(string fmt, params /* 0x0000000180009C10 */ object[] args); // 0x00000001802C64F0
} }
// Namespace: Il2CppTests.TestSources namespace Il2CppTests.TestSources
internal class Test // TypeDefIndex: 1811
{ {
internal class Test // TypeDefIndex: 1811
{
// Fields // Fields
private float floatField; // 0x10 private float floatField; // 0x10
@@ -92,13 +95,12 @@ internal class Test // TypeDefIndex: 1811
public void MethodWithRefParameters(int a, ref int b, int c, ref int d); // 0x00000001800EA7B0 public void MethodWithRefParameters(int a, ref int b, int c, ref int d); // 0x00000001800EA7B0
public void MethodWithInRefOut(in int a, ref int b, out int c); // 0x00000001803E0E50 public void MethodWithInRefOut(in int a, ref int b, out int c); // 0x00000001803E0E50
public ref float MethodWithRefReturnType(); // 0x00000001803E0E60 public ref float MethodWithRefReturnType(); // 0x00000001803E0E60
} }
// Namespace: Il2CppTests.TestSources [Obsolete] // 0x000000018000CB80
[Obsolete] // 0x000000018000CB80 public struct RefStruct // TypeDefIndex: 1812
public struct RefStruct // TypeDefIndex: 1812 {
{
// Fields // Fields
private int structField1; // 0x10 private int structField1; // 0x10
}
} }

View File

@@ -1,4 +1,8 @@
using System; /*
* Generated code file by Il2CppInspector - http://www.djkaty.com - https://github.com/djkaty
*/
using System;
using System.Diagnostics; using System.Diagnostics;
using System.Reflection; using System.Reflection;
using System.Resources; using System.Resources;
@@ -33,7 +37,6 @@ using System.Runtime.InteropServices;
[assembly: Debuggable] // 0x1000DC90 [assembly: Debuggable] // 0x1000DC90
[assembly: RuntimeCompatibility] // 0x1000DC90 [assembly: RuntimeCompatibility] // 0x1000DC90
// Namespace: <global namespace>
internal static class Consts // TypeDefIndex: 100 internal static class Consts // TypeDefIndex: 100
{ {
// Fields // Fields
@@ -68,7 +71,6 @@ internal static class Consts // TypeDefIndex: 100
public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"; public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
} }
// Namespace: <global namespace>
internal sealed class Locale // TypeDefIndex: 101 internal sealed class Locale // TypeDefIndex: 101
{ {
// Constructors // Constructors
@@ -79,9 +81,10 @@ internal sealed class Locale // TypeDefIndex: 101
public static string GetText(string fmt, params /* 0x1000A660 */ object[] args); // 0x10261460 public static string GetText(string fmt, params /* 0x1000A660 */ object[] args); // 0x10261460
} }
// Namespace: Il2CppTests.TestSources namespace Il2CppTests.TestSources
internal class Test // TypeDefIndex: 1811
{ {
internal class Test // TypeDefIndex: 1811
{
// Fields // Fields
private float floatField; // 0x08 private float floatField; // 0x08
@@ -92,13 +95,12 @@ internal class Test // TypeDefIndex: 1811
public void MethodWithRefParameters(int a, ref int b, int c, ref int d); // 0x100C5530 public void MethodWithRefParameters(int a, ref int b, int c, ref int d); // 0x100C5530
public void MethodWithInRefOut(in int a, ref int b, out int c); // 0x1034DA60 public void MethodWithInRefOut(in int a, ref int b, out int c); // 0x1034DA60
public ref float MethodWithRefReturnType(); // 0x1034DA70 public ref float MethodWithRefReturnType(); // 0x1034DA70
} }
// Namespace: Il2CppTests.TestSources [Obsolete] // 0x1000DD10
[Obsolete] // 0x1000DD10 public struct RefStruct // TypeDefIndex: 1812
public struct RefStruct // TypeDefIndex: 1812 {
{
// Fields // Fields
private int structField1; // 0x08 private int structField1; // 0x08
}
} }

View File

@@ -1,4 +1,8 @@
using System; /*
* Generated code file by Il2CppInspector - http://www.djkaty.com - https://github.com/djkaty
*/
using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Diagnostics; using System.Diagnostics;
using System.Reflection; using System.Reflection;
@@ -34,7 +38,6 @@ using System.Runtime.InteropServices;
[assembly: Debuggable] // 0x000A5754 [assembly: Debuggable] // 0x000A5754
[assembly: RuntimeCompatibility] // 0x000A5754 [assembly: RuntimeCompatibility] // 0x000A5754
// Namespace: <global namespace>
internal static class Consts // TypeDefIndex: 100 internal static class Consts // TypeDefIndex: 100
{ {
// Fields // Fields
@@ -69,7 +72,6 @@ internal static class Consts // TypeDefIndex: 100
public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"; public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
} }
// Namespace: <global namespace>
internal sealed class Locale // TypeDefIndex: 101 internal sealed class Locale // TypeDefIndex: 101
{ {
// Constructors // Constructors
@@ -80,16 +82,16 @@ internal sealed class Locale // TypeDefIndex: 101
public static string GetText(string fmt, params /* 0x000A3B78 */ object[] args); // 0x003ECCF4 public static string GetText(string fmt, params /* 0x000A3B78 */ object[] args); // 0x003ECCF4
} }
// Namespace: Il2CppTests.TestSources namespace Il2CppTests.TestSources
public class Base<T, U> // TypeDefIndex: 1815
{ {
public class Base<T, U> // TypeDefIndex: 1815
{
// Constructors // Constructors
public Base(); public Base();
} }
// Namespace: Il2CppTests.TestSources public class Derived<V> : Base<string, V> // TypeDefIndex: 1816
public class Derived<V> : Base<string, V> // TypeDefIndex: 1816 {
{
// Fields // Fields
public G<Derived<V>> F; // 0x00 public G<Derived<V>> F; // 0x00
@@ -102,37 +104,33 @@ public class Derived<V> : Base<string, V> // TypeDefIndex: 1816
// Constructors // Constructors
public Derived(); public Derived();
} }
// Namespace: Il2CppTests.TestSources public class G<T> // TypeDefIndex: 1818
public class G<T> // TypeDefIndex: 1818 {
{
// Constructors // Constructors
public G(); public G();
} }
// Namespace: Il2CppTests.TestSources internal class Test // TypeDefIndex: 1819
internal class Test // TypeDefIndex: 1819 {
{
// Constructors // Constructors
public Test(); // 0x00561A3C public Test(); // 0x00561A3C
// Methods // Methods
public void GenericTypesTest(); // 0x00561880 public void GenericTypesTest(); // 0x00561880
} }
// Namespace: Il2CppTests.TestSources internal class ConstrainedValueType<V> // TypeDefIndex: 1820
internal class ConstrainedValueType<V> // TypeDefIndex: 1820
where V : struct where V : struct
{ {
// Constructors // Constructors
public ConstrainedValueType(); public ConstrainedValueType();
} }
// Namespace: Il2CppTests.TestSources internal class ConstrainedRefType<R> // TypeDefIndex: 1821
internal class ConstrainedRefType<R> // TypeDefIndex: 1821
where R : class where R : class
{ {
// Constructors // Constructors
public ConstrainedRefType(); public ConstrainedRefType();
@@ -150,5 +148,5 @@ internal class ConstrainedRefType<R> // TypeDefIndex: 1821
where D : Delegate; where D : Delegate;
public void EnumConstraint<E>(E enumeration) public void EnumConstraint<E>(E enumeration)
where E : Enum; where E : Enum;
}
} }

View File

@@ -1,4 +1,8 @@
using System; /*
* Generated code file by Il2CppInspector - http://www.djkaty.com - https://github.com/djkaty
*/
using System;
using System.Diagnostics; using System.Diagnostics;
using System.Reflection; using System.Reflection;
using System.Resources; using System.Resources;
@@ -34,7 +38,6 @@ using System.Text;
[assembly: Debuggable] // 0x000A538C [assembly: Debuggable] // 0x000A538C
[assembly: RuntimeCompatibility] // 0x000A538C [assembly: RuntimeCompatibility] // 0x000A538C
// Namespace: <global namespace>
internal static class Consts // TypeDefIndex: 100 internal static class Consts // TypeDefIndex: 100
{ {
// Fields // Fields
@@ -69,7 +72,6 @@ internal static class Consts // TypeDefIndex: 100
public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"; public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
} }
// Namespace: <global namespace>
internal sealed class Locale // TypeDefIndex: 101 internal sealed class Locale // TypeDefIndex: 101
{ {
// Constructors // Constructors
@@ -80,9 +82,10 @@ internal sealed class Locale // TypeDefIndex: 101
public static string GetText(string fmt, params /* 0x000A38C4 */ object[] args); // 0x003EC60C public static string GetText(string fmt, params /* 0x000A38C4 */ object[] args); // 0x003EC60C
} }
// Namespace: Il2CppTests.TestSources namespace Il2CppTests.TestSources
internal class Test // TypeDefIndex: 1811
{ {
internal class Test // TypeDefIndex: 1811
{
// Constructors // Constructors
public Test(); // 0x00561220 public Test(); // 0x00561220
@@ -90,112 +93,101 @@ internal class Test // TypeDefIndex: 1811
public virtual void VirtualMethod(); // 0x00561188 public virtual void VirtualMethod(); // 0x00561188
public double ValueTypeReturnMethod(); // 0x0056118C public double ValueTypeReturnMethod(); // 0x0056118C
public StringBuilder ReferenceTypeReturnMethod(); // 0x005611B4 public StringBuilder ReferenceTypeReturnMethod(); // 0x005611B4
} }
// Namespace: Il2CppTests.TestSources public static class TestExtension // TypeDefIndex: 1812
public static class TestExtension // TypeDefIndex: 1812 {
{
// Methods // Methods
public static double DivideByXExtension(int a, float x); // 0x00561198 public static double DivideByXExtension(int a, float x); // 0x00561198
} }
// Namespace: Il2CppTests.TestSources internal abstract class TestAbstract // TypeDefIndex: 1813
internal abstract class TestAbstract // TypeDefIndex: 1813 {
{
// Constructors // Constructors
protected TestAbstract(); // 0x00561228 protected TestAbstract(); // 0x00561228
// Methods // Methods
public abstract void AbstractMethod(); public abstract void AbstractMethod();
} }
// Namespace: Il2CppTests.TestSources internal class TestOverride : Test // TypeDefIndex: 1814
internal class TestOverride : Test // TypeDefIndex: 1814 {
{
// Constructors // Constructors
public TestOverride(); // 0x00561238 public TestOverride(); // 0x00561238
// Methods // Methods
public override void VirtualMethod(); // 0x00561294 public override void VirtualMethod(); // 0x00561294
} }
// Namespace: Il2CppTests.TestSources internal class TestHideVirtual : Test // TypeDefIndex: 1815
internal class TestHideVirtual : Test // TypeDefIndex: 1815 {
{
// Constructors // Constructors
public TestHideVirtual(); // 0x00561270 public TestHideVirtual(); // 0x00561270
// Methods // Methods
public new void VirtualMethod(); // 0x0056126C public new void VirtualMethod(); // 0x0056126C
} }
// Namespace: Il2CppTests.TestSources internal class TestHideOverride : TestOverride // TypeDefIndex: 1816
internal class TestHideOverride : TestOverride // TypeDefIndex: 1816 {
{
// Constructors // Constructors
public TestHideOverride(); // 0x00561258 public TestHideOverride(); // 0x00561258
// Methods // Methods
public new void VirtualMethod(); // 0x00561254 public new void VirtualMethod(); // 0x00561254
} }
// Namespace: Il2CppTests.TestSources internal class TestOverrideAbstract : TestAbstract // TypeDefIndex: 1817
internal class TestOverrideAbstract : TestAbstract // TypeDefIndex: 1817 {
{
// Constructors // Constructors
public TestOverrideAbstract(); // 0x0056124C public TestOverrideAbstract(); // 0x0056124C
// Methods // Methods
public override void AbstractMethod(); // 0x00561298 public override void AbstractMethod(); // 0x00561298
} }
// Namespace: Il2CppTests.TestSources internal class TestHideAbstractOverride : TestOverrideAbstract // TypeDefIndex: 1818
internal class TestHideAbstractOverride : TestOverrideAbstract // TypeDefIndex: 1818 {
{
// Constructors // Constructors
public TestHideAbstractOverride(); // 0x00561244 public TestHideAbstractOverride(); // 0x00561244
// Methods // Methods
public new void AbstractMethod(); // 0x00561240 public new void AbstractMethod(); // 0x00561240
} }
// Namespace: Il2CppTests.TestSources internal class TestHideVirtualAndNewVirtual : Test // TypeDefIndex: 1819
internal class TestHideVirtualAndNewVirtual : Test // TypeDefIndex: 1819 {
{
// Constructors // Constructors
public TestHideVirtualAndNewVirtual(); // 0x0056127C public TestHideVirtualAndNewVirtual(); // 0x0056127C
// Methods // Methods
public virtual new void VirtualMethod(); // 0x00561278 public virtual new void VirtualMethod(); // 0x00561278
} }
// Namespace: Il2CppTests.TestSources internal class TestHideOverrideAndNewVirtual : TestOverride // TypeDefIndex: 1820
internal class TestHideOverrideAndNewVirtual : TestOverride // TypeDefIndex: 1820 {
{
// Constructors // Constructors
public TestHideOverrideAndNewVirtual(); // 0x00561264 public TestHideOverrideAndNewVirtual(); // 0x00561264
// Methods // Methods
public virtual new void VirtualMethod(); // 0x00561260 public virtual new void VirtualMethod(); // 0x00561260
} }
// Namespace: Il2CppTests.TestSources internal abstract class TestAbstractNew : TestOverride // TypeDefIndex: 1821
internal abstract class TestAbstractNew : TestOverride // TypeDefIndex: 1821 {
{
// Constructors // Constructors
protected TestAbstractNew(); // 0x00561230 protected TestAbstractNew(); // 0x00561230
// Methods // Methods
public abstract new void VirtualMethod(); public abstract new void VirtualMethod();
} }
// Namespace: Il2CppTests.TestSources internal class TestNewNonVirtualMethod : Test // TypeDefIndex: 1822
internal class TestNewNonVirtualMethod : Test // TypeDefIndex: 1822 {
{
// Constructors // Constructors
public TestNewNonVirtualMethod(); // 0x0056128C public TestNewNonVirtualMethod(); // 0x0056128C
// Methods // Methods
public int ValueTypeReturnMethod(); // 0x00561284 public int ValueTypeReturnMethod(); // 0x00561284
}
} }

View File

@@ -1,4 +1,8 @@
using System; /*
* Generated code file by Il2CppInspector - http://www.djkaty.com - https://github.com/djkaty
*/
using System;
using System.Diagnostics; using System.Diagnostics;
using System.Reflection; using System.Reflection;
using System.Resources; using System.Resources;
@@ -33,7 +37,6 @@ using System.Runtime.InteropServices;
[assembly: Debuggable] // 0x000A5264 [assembly: Debuggable] // 0x000A5264
[assembly: RuntimeCompatibility] // 0x000A5264 [assembly: RuntimeCompatibility] // 0x000A5264
// Namespace: <global namespace>
internal static class Consts // TypeDefIndex: 100 internal static class Consts // TypeDefIndex: 100
{ {
// Fields // Fields
@@ -68,7 +71,6 @@ internal static class Consts // TypeDefIndex: 100
public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"; public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
} }
// Namespace: <global namespace>
internal sealed class Locale // TypeDefIndex: 101 internal sealed class Locale // TypeDefIndex: 101
{ {
// Constructors // Constructors
@@ -79,9 +81,10 @@ internal sealed class Locale // TypeDefIndex: 101
public static string GetText(string fmt, params /* 0x000A3618 */ object[] args); // 0x003EC6B4 public static string GetText(string fmt, params /* 0x000A3618 */ object[] args); // 0x003EC6B4
} }
// Namespace: Il2CppTests.TestSources namespace Il2CppTests.TestSources
internal class Test // TypeDefIndex: 1811
{ {
internal class Test // TypeDefIndex: 1811
{
// Properties // Properties
private int prop1 { get; set; } // 0x00561230 0x00561238 private int prop1 { get; set; } // 0x00561230 0x00561238
protected int prop2 { get; private set; } // 0x00561240 0x00561248 protected int prop2 { get; private set; } // 0x00561240 0x00561248
@@ -95,5 +98,5 @@ internal class Test // TypeDefIndex: 1811
// Constructors // Constructors
public Test(); // 0x00561448 public Test(); // 0x00561448
}
} }

View File

@@ -1,4 +1,8 @@
using System; /*
* Generated code file by Il2CppInspector - http://www.djkaty.com - https://github.com/djkaty
*/
using System;
using System.Diagnostics; using System.Diagnostics;
using System.Reflection; using System.Reflection;
using System.Resources; using System.Resources;
@@ -33,7 +37,6 @@ using System.Runtime.InteropServices;
[assembly: Debuggable] // 0x000A525C [assembly: Debuggable] // 0x000A525C
[assembly: RuntimeCompatibility] // 0x000A525C [assembly: RuntimeCompatibility] // 0x000A525C
// Namespace: <global namespace>
internal static class Consts // TypeDefIndex: 100 internal static class Consts // TypeDefIndex: 100
{ {
// Fields // Fields
@@ -68,7 +71,6 @@ internal static class Consts // TypeDefIndex: 100
public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"; public const string AssemblySystem_Core = "System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
} }
// Namespace: <global namespace>
internal sealed class Locale // TypeDefIndex: 101 internal sealed class Locale // TypeDefIndex: 101
{ {
// Constructors // Constructors
@@ -79,9 +81,10 @@ internal sealed class Locale // TypeDefIndex: 101
public static string GetText(string fmt, params /* 0x000A375C */ object[] args); // 0x003EC504 public static string GetText(string fmt, params /* 0x000A375C */ object[] args); // 0x003EC504
} }
// Namespace: Il2CppTests.TestSources namespace Il2CppTests.TestSources
internal class Test // TypeDefIndex: 1811
{ {
internal class Test // TypeDefIndex: 1811
{
// Fields // Fields
private float floatField; // 0x08 private float floatField; // 0x08
@@ -92,13 +95,12 @@ internal class Test // TypeDefIndex: 1811
public void MethodWithRefParameters(int a, ref int b, int c, ref int d); // 0x00561080 public void MethodWithRefParameters(int a, ref int b, int c, ref int d); // 0x00561080
public void MethodWithInRefOut(in int a, ref int b, out int c); // 0x00561084 public void MethodWithInRefOut(in int a, ref int b, out int c); // 0x00561084
public ref float MethodWithRefReturnType(); // 0x00561090 public ref float MethodWithRefReturnType(); // 0x00561090
} }
// Namespace: Il2CppTests.TestSources [Obsolete] // 0x000A5224
[Obsolete] // 0x000A5224 public struct RefStruct // TypeDefIndex: 1812
public struct RefStruct // TypeDefIndex: 1812 {
{
// Fields // Fields
private int structField1; // 0x08 private int structField1; // 0x08
}
} }