148 lines
8.6 KiB
C#
148 lines
8.6 KiB
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
using UnityEngine;
|
|
using UnityEngine.UI;
|
|
|
|
// Token: 0x020006D8 RID: 1752
|
|
[Token(Token = "0x20006D8")]
|
|
[StructLayout(3)]
|
|
public class TestCaseItem : MonoBehaviour
|
|
{
|
|
// Token: 0x06003328 RID: 13096 RVA: 0x000D4EC8 File Offset: 0x000D30C8
|
|
[Token(Token = "0x6003328")]
|
|
[Address(RVA = "0xFADC90", Offset = "0xFAC690", VA = "0x180FADC90")]
|
|
public static Color ConvertToColor(NIDIHGENDJD EGGNHGPCJMO)
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (06003328)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling UnityEngine.Color TestCaseItem::ConvertToColor(NIDIHGENDJD)
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{
|
|
Block_0:
|
|
stloc:NotImplementedException(var_4_08, newobj:NotImplementedException(NotImplementedException::.ctor, ldloc:string(var_3)))
|
|
}
|
|
|
|
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
|
|
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
|
|
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
|
|
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
|
|
--- End of inner exception stack trace ---
|
|
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
|
|
at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1663
|
|
*/;
|
|
}
|
|
|
|
// Token: 0x06003329 RID: 13097 RVA: 0x000D4EE0 File Offset: 0x000D30E0
|
|
[Token(Token = "0x6003329")]
|
|
[Address(RVA = "0xFADDA0", Offset = "0xFAC7A0", VA = "0x180FADDA0")]
|
|
public static string GetAssigneesString(CPFPHLINDHN MBJMOADIFIB)
|
|
{
|
|
List<string> gepobhpjhak = MBJMOADIFIB.GEPOBHPJHAK;
|
|
string text = string.Join(", ", gepobhpjhak);
|
|
if (MBJMOADIFIB.CPNPHDAKFCL > 0)
|
|
{
|
|
int num = MBJMOADIFIB.CPNPHDAKFCL;
|
|
string text2 = string.Format(" ({0} needed)", num);
|
|
}
|
|
return "Assignees" + "" + ": " + "none";
|
|
}
|
|
|
|
// Token: 0x170008CF RID: 2255
|
|
// (get) Token: 0x0600332A RID: 13098 RVA: 0x000D4F3C File Offset: 0x000D313C
|
|
// (set) Token: 0x0600332B RID: 13099 RVA: 0x000D4F50 File Offset: 0x000D3150
|
|
[Token(Token = "0x170008CF")]
|
|
public CPFPHLINDHN BHNFBPFGOHI
|
|
{
|
|
[Token(Token = "0x600332A")]
|
|
[Address(RVA = "0x3C1250", Offset = "0x3BFC50", VA = "0x1803C1250")]
|
|
get
|
|
{
|
|
return this.PDPLCAPLMEL;
|
|
}
|
|
[Token(Token = "0x600332B")]
|
|
[Address(RVA = "0xFAE170", Offset = "0xFACB70", VA = "0x180FAE170")]
|
|
set
|
|
{
|
|
this.PDPLCAPLMEL = value;
|
|
this.Refresh();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600332C RID: 13100 RVA: 0x000D4F6C File Offset: 0x000D316C
|
|
[Token(Token = "0x600332C")]
|
|
[Address(RVA = "0xFADE80", Offset = "0xFAC880", VA = "0x180FADE80")]
|
|
public void Refresh()
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (0600332C)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Void TestCaseItem::Refresh()
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{
|
|
IL_BD:
|
|
stloc:NotImplementedException(var_22_CE, newobj:NotImplementedException(NotImplementedException::.ctor, call:string(string::Format, ldstr:string("Unknown TestCaseStatus: {0}"), ldloc:NullReferenceException[exp:object](var_21))))
|
|
}
|
|
|
|
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
|
|
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
|
|
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
|
|
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1846
|
|
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
|
|
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
|
|
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
|
|
--- End of inner exception stack trace ---
|
|
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
|
|
at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1663
|
|
*/;
|
|
}
|
|
|
|
// Token: 0x0600332D RID: 13101 RVA: 0x000D5048 File Offset: 0x000D3248
|
|
[Token(Token = "0x600332D")]
|
|
[Address(RVA = "0xFADBF0", Offset = "0xFAC5F0", VA = "0x180FADBF0")]
|
|
public void Button_View()
|
|
{
|
|
TestPassWatchUIFlow componentInParent = base.GetComponentInParent<TestPassWatchUIFlow>();
|
|
int num = 0;
|
|
if (componentInParent != num)
|
|
{
|
|
string jpohgbcejej = this.PDPLCAPLMEL.JPOHGBCEJEJ;
|
|
componentInParent.ViewTestCaseDetails(jpohgbcejej);
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600332E RID: 13102 RVA: 0x000D5084 File Offset: 0x000D3284
|
|
[Token(Token = "0x600332E")]
|
|
[Address(RVA = "0x3C1210", Offset = "0x3BFC10", VA = "0x1803C1210")]
|
|
public TestCaseItem()
|
|
{
|
|
}
|
|
|
|
// Token: 0x04002BAB RID: 11179
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x18")]
|
|
[Token(Token = "0x4002BAB")]
|
|
[SerializeField]
|
|
private Image background;
|
|
|
|
// Token: 0x04002BAC RID: 11180
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x20")]
|
|
[Token(Token = "0x4002BAC")]
|
|
[SerializeField]
|
|
private Text nameText;
|
|
|
|
// Token: 0x04002BAD RID: 11181
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x28")]
|
|
[Token(Token = "0x4002BAD")]
|
|
[SerializeField]
|
|
private Text assigneesText;
|
|
|
|
// Token: 0x04002BAE RID: 11182
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x30")]
|
|
[Token(Token = "0x4002BAE")]
|
|
private CPFPHLINDHN PDPLCAPLMEL;
|
|
}
|