terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
InstallerTypeAttribute.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x0200038B RID: 907
8 {
9 // Token: 0x060017A9 RID: 6057 RVA: 0x0004361C File Offset: 0x0004181C
14
15 // Token: 0x060017AA RID: 6058 RVA: 0x00043638 File Offset: 0x00041838
16 public InstallerTypeAttribute(string typeName)
17 {
18 this._typeName = typeName;
19 }
20
21 // Token: 0x17000567 RID: 1383
22 // (get) Token: 0x060017AB RID: 6059 RVA: 0x00043654 File Offset: 0x00041854
23 public virtual Type InstallerType
24 {
25 get
26 {
27 /*
28An exception occurred when decompiling this method (060017AB)
29
30ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Type System.ComponentModel.InstallerTypeAttribute::get_InstallerType()
31
32 ---> System.Exception: Basic block has to end with unconditional control flow.
33{
34 IL_0000:
35 stloc:string(var_0_06, ldfld:string(InstallerTypeAttribute::_typeName, ldloc:InstallerTypeAttribute(this)))
36 brtrue(IL_0000, ldc.i4:bool(1))
37}
38
39 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
40 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
41 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
42 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
43 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
44 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
45 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
46 --- End of inner exception stack trace ---
47 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
48 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 1683
49*/;
50 }
51 }
52
53 // Token: 0x060017AC RID: 6060 RVA: 0x0004366C File Offset: 0x0004186C
54 public override bool Equals(object obj)
55 {
56 if (obj != null)
57 {
58 }
59 string typeName = this._typeName;
60 bool flag;
61 return flag;
62 }
63
64 // Token: 0x060017AD RID: 6061 RVA: 0x00043688 File Offset: 0x00041888
65 public override int GetHashCode()
66 {
67 return base.GetHashCode();
68 }
69
70 // Token: 0x0400122C RID: 4652
71 private string _typeName;
72 }
73}
class f__AnonymousType0<< Count > j__TPar