m
This commit is contained in:
@@ -0,0 +1,134 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Cpp2IlInjected;
|
||||
using UnityEngine;
|
||||
using UnityEngine.UI;
|
||||
|
||||
// Token: 0x020006D2 RID: 1746
|
||||
[Token(Token = "0x20006D2")]
|
||||
public class TestCaseItem : MonoBehaviour
|
||||
{
|
||||
// Token: 0x06003352 RID: 13138 RVA: 0x000D110C File Offset: 0x000CF30C
|
||||
[Token(Token = "0x6003352")]
|
||||
[Address(RVA = "0x14829B0", Offset = "0x14819B0", VA = "0x1814829B0")]
|
||||
public static Color ConvertToColor(NIDIHGENDJD EGGNHGPCJMO)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (06003352)
|
||||
|
||||
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_5_09, newobj:NotImplementedException(NotImplementedException::.ctor, ldloc:string(var_4)))
|
||||
}
|
||||
|
||||
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: 0x06003353 RID: 13139 RVA: 0x000D1124 File Offset: 0x000CF324
|
||||
[Token(Token = "0x6003353")]
|
||||
[Address(RVA = "0x1482AC0", Offset = "0x1481AC0", VA = "0x181482AC0")]
|
||||
public static string GetAssigneesString(CPFPHLINDHN MBJMOADIFIB)
|
||||
{
|
||||
List<string> gepobhpjhak = MBJMOADIFIB.GEPOBHPJHAK;
|
||||
string text = string.Join(", ", gepobhpjhak);
|
||||
return "Assignees: " + "none";
|
||||
}
|
||||
|
||||
// Token: 0x170008B9 RID: 2233
|
||||
// (get) Token: 0x06003354 RID: 13140 RVA: 0x000D115C File Offset: 0x000CF35C
|
||||
// (set) Token: 0x06003355 RID: 13141 RVA: 0x000D1170 File Offset: 0x000CF370
|
||||
[Token(Token = "0x170008B9")]
|
||||
public CPFPHLINDHN BHNFBPFGOHI
|
||||
{
|
||||
[Token(Token = "0x6003354")]
|
||||
[Address(RVA = "0x4157E0", Offset = "0x4147E0", VA = "0x1804157E0")]
|
||||
get
|
||||
{
|
||||
return this.PDPLCAPLMEL;
|
||||
}
|
||||
[Token(Token = "0x6003355")]
|
||||
[Address(RVA = "0x1482C50", Offset = "0x1481C50", VA = "0x181482C50")]
|
||||
set
|
||||
{
|
||||
this.PDPLCAPLMEL = value;
|
||||
string text = this.nameText.text;
|
||||
Text text2 = this.assigneesText;
|
||||
List<string> gepobhpjhak = this.PDPLCAPLMEL.GEPOBHPJHAK;
|
||||
string text3 = string.Join(", ", gepobhpjhak);
|
||||
string text4 = "Assignees: " + "none";
|
||||
string text5 = text2.text;
|
||||
CPFPHLINDHN pdplcaplmel = this.PDPLCAPLMEL;
|
||||
Color color = this.background.color;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06003356 RID: 13142 RVA: 0x000D11E4 File Offset: 0x000CF3E4
|
||||
[Token(Token = "0x6003356")]
|
||||
[Address(RVA = "0x1482B30", Offset = "0x1481B30", VA = "0x181482B30")]
|
||||
public void Refresh()
|
||||
{
|
||||
CPFPHLINDHN pdplcaplmel = this.PDPLCAPLMEL;
|
||||
string text = this.nameText.text;
|
||||
Text text2 = this.assigneesText;
|
||||
List<string> gepobhpjhak = this.PDPLCAPLMEL.GEPOBHPJHAK;
|
||||
string text3 = string.Join(", ", gepobhpjhak);
|
||||
string text4 = "Assignees: " + "none";
|
||||
string text5 = text2.text;
|
||||
CPFPHLINDHN pdplcaplmel2 = this.PDPLCAPLMEL;
|
||||
Color color = this.background.color;
|
||||
}
|
||||
|
||||
// Token: 0x06003357 RID: 13143 RVA: 0x000D1258 File Offset: 0x000CF458
|
||||
[Token(Token = "0x6003357")]
|
||||
[Address(RVA = "0x1482910", Offset = "0x1481910", VA = "0x181482910")]
|
||||
public void Button_View()
|
||||
{
|
||||
TestPassWatchUIFlow componentInParent = base.GetComponentInParent<TestPassWatchUIFlow>();
|
||||
int num = 0;
|
||||
if (componentInParent != num)
|
||||
{
|
||||
string jpohgbcejej = this.PDPLCAPLMEL.JPOHGBCEJEJ;
|
||||
componentInParent.ViewTestCaseDetails(jpohgbcejej);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06003358 RID: 13144 RVA: 0x000D1294 File Offset: 0x000CF494
|
||||
[Token(Token = "0x6003358")]
|
||||
[Address(RVA = "0x428AD0", Offset = "0x427AD0", VA = "0x180428AD0")]
|
||||
public TestCaseItem()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x04002A59 RID: 10841
|
||||
[FieldOffset(Offset = "0x18")]
|
||||
[Token(Token = "0x4002A59")]
|
||||
[SerializeField]
|
||||
private Image background;
|
||||
|
||||
// Token: 0x04002A5A RID: 10842
|
||||
[FieldOffset(Offset = "0x20")]
|
||||
[Token(Token = "0x4002A5A")]
|
||||
[SerializeField]
|
||||
private Text nameText;
|
||||
|
||||
// Token: 0x04002A5B RID: 10843
|
||||
[FieldOffset(Offset = "0x28")]
|
||||
[Token(Token = "0x4002A5B")]
|
||||
[SerializeField]
|
||||
private Text assigneesText;
|
||||
|
||||
// Token: 0x04002A5C RID: 10844
|
||||
[FieldOffset(Offset = "0x30")]
|
||||
[Token(Token = "0x4002A5C")]
|
||||
private CPFPHLINDHN PDPLCAPLMEL;
|
||||
}
|
||||
Reference in New Issue
Block a user