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;
@@ -33,7 +37,6 @@ using System.Runtime.InteropServices;
[assembly: Debuggable] // 0x000000018000CAF0
[assembly: RuntimeCompatibility] // 0x000000018000CAF0
// Namespace: <global namespace>
internal static class Consts // TypeDefIndex: 100
{
// 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";
}
// Namespace: <global namespace>
internal sealed class Locale // TypeDefIndex: 101
{
// Constructors
@@ -79,26 +81,26 @@ internal sealed class Locale // TypeDefIndex: 101
public static string GetText(string fmt, params /* 0x0000000180009C10 */ object[] args); // 0x00000001802C64F0
}
// Namespace: Il2CppTests.TestSources
internal class Test // TypeDefIndex: 1811
namespace Il2CppTests.TestSources
{
// Fields
private float floatField; // 0x10
internal class Test // TypeDefIndex: 1811
{
// Fields
private float floatField; // 0x10
// Constructors
public Test(); // 0x00000001800E2000
// Methods
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 ref float MethodWithRefReturnType(); // 0x00000001803E0E60
}
// Constructors
public Test(); // 0x00000001800E2000
// Methods
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 ref float MethodWithRefReturnType(); // 0x00000001803E0E60
[Obsolete] // 0x000000018000CB80
public struct RefStruct // TypeDefIndex: 1812
{
// Fields
private int structField1; // 0x10
}
}
// Namespace: Il2CppTests.TestSources
[Obsolete] // 0x000000018000CB80
public struct RefStruct // TypeDefIndex: 1812
{
// Fields
private int structField1; // 0x10
}