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.Reflection;
using System.Resources;
@@ -35,7 +39,6 @@ using Il2CppTests.TestSources;
[assembly: Example] // 0x000A526C
[assembly: RuntimeCompatibility] // 0x000A526C
// Namespace: <global namespace>
internal static class Consts // TypeDefIndex: 100
{
// 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";
}
// Namespace: <global namespace>
internal sealed class Locale // TypeDefIndex: 101
{
// Constructors
@@ -81,46 +83,45 @@ internal sealed class Locale // TypeDefIndex: 101
public static string GetText(string fmt, params /* 0x000A35A8 */ object[] args); // 0x003EC70C
}
// Namespace: Il2CppTests.TestSources
public enum ExampleKind // TypeDefIndex: 1811
namespace Il2CppTests.TestSources
{
FirstKind = 0,
SecondKind = 1,
ThirdKind = 2,
FourthKind = 3
public enum ExampleKind // TypeDefIndex: 1811
{
FirstKind = 0,
SecondKind = 1,
ThirdKind = 2,
FourthKind = 3
}
[AttributeUsage] // 0x000A5070
public class ExampleAttribute : Attribute // TypeDefIndex: 1812
{
// Fields
private ExampleKind kindValue; // 0x08
private string noteValue; // 0x0C
private string[] arrayStrings; // 0x10
private int[] arrayNumbers; // 0x14
// Properties
public ExampleKind Kind { get; } // 0x005612FC
public string[] Strings { get; } // 0x00561304
public string Note { get; set; } // 0x0056130C 0x00561314
public int[] Numbers { get; set; } // 0x0056131C 0x00561324
// Constructors
public ExampleAttribute(ExampleKind initKind, string[] initStrings); // 0x00561288
public ExampleAttribute(ExampleKind initKind); // 0x005612B0
public ExampleAttribute(); // 0x005612D8
}
[Example] // 0x000A5084
public class Test // TypeDefIndex: 1813
{
// Constructors
public Test(); // 0x00561330
// Methods
[Example] // 0x000A5208
public void TestMethod([Example] /* 0x000A525C */ object arg); // 0x0056132C
}
}
// Namespace: Il2CppTests.TestSources
[AttributeUsage] // 0x000A5070
public class ExampleAttribute : Attribute // TypeDefIndex: 1812
{
// Fields
private ExampleKind kindValue; // 0x08
private string noteValue; // 0x0C
private string[] arrayStrings; // 0x10
private int[] arrayNumbers; // 0x14
// Properties
public ExampleKind Kind { get; } // 0x005612FC
public string[] Strings { get; } // 0x00561304
public string Note { get; set; } // 0x0056130C 0x00561314
public int[] Numbers { get; set; } // 0x0056131C 0x00561324
// Constructors
public ExampleAttribute(ExampleKind initKind, string[] initStrings); // 0x00561288
public ExampleAttribute(ExampleKind initKind); // 0x005612B0
public ExampleAttribute(); // 0x005612D8
}
// Namespace: Il2CppTests.TestSources
[Example] // 0x000A5084
public class Test // TypeDefIndex: 1813
{
// Constructors
public Test(); // 0x00561330
// Methods
[Example] // 0x000A5208
public void TestMethod([Example] /* 0x000A525C */ object arg); // 0x0056132C
}