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
InheritanceAttribute.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x0200036B RID: 875
8 public sealed class InheritanceAttribute : Attribute
9 {
10 // Token: 0x060016D2 RID: 5842 RVA: 0x000424D4 File Offset: 0x000406D4
12 {
13 if (!true)
14 {
15 }
17 }
18
19 // Token: 0x060016D3 RID: 5843 RVA: 0x000424F4 File Offset: 0x000406F4
24
25 // Token: 0x1700052E RID: 1326
26 // (get) Token: 0x060016D4 RID: 5844 RVA: 0x00042510 File Offset: 0x00040710
28 {
30 get
31 {
33 }
34 }
35
36 // Token: 0x060016D5 RID: 5845 RVA: 0x00042524 File Offset: 0x00040724
37 public override bool Equals(object value)
38 {
39 if (value != null)
40 {
41 }
42 return true;
43 }
44
45 // Token: 0x060016D6 RID: 5846 RVA: 0x00042540 File Offset: 0x00040740
46 public override int GetHashCode()
47 {
48 return base.GetHashCode();
49 }
50
51 // Token: 0x060016D7 RID: 5847 RVA: 0x00042554 File Offset: 0x00040754
52 public override bool IsDefaultAttribute()
53 {
54 /*
55An exception occurred when decompiling this method (060016D7)
56
57ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Boolean System.ComponentModel.InheritanceAttribute::IsDefaultAttribute()
58
59 ---> System.Exception: Basic block has to end with unconditional control flow.
60{
61 IL_0000:
62 brtrue(IL_0000, ldc.i4:bool(1))
63}
64
65 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
66 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
67 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
68 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
69 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
70 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
71 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
72 --- End of inner exception stack trace ---
73 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
74 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
75*/;
76 }
77
78 // Token: 0x060016D8 RID: 5848 RVA: 0x00042564 File Offset: 0x00040764
79 public override string ToString()
80 {
81 if (!true)
82 {
83 }
84 Type type;
87 string text;
88 return text;
89 }
90
91 // Token: 0x060016D9 RID: 5849 RVA: 0x00042584 File Offset: 0x00040784
92 // Note: this type is marked as 'beforefieldinit'.
94 {
95 }
96
97 // Token: 0x040011FF RID: 4607
99
100 // Token: 0x04001200 RID: 4608
102
103 // Token: 0x04001201 RID: 4609
105
106 // Token: 0x04001202 RID: 4610
108
109 // Token: 0x04001203 RID: 4611
112 }
113}
class f__AnonymousType0<< Count > j__TPar
static readonly InheritanceAttribute Inherited
static readonly InheritanceAttribute Default
static readonly InheritanceAttribute NotInherited
static readonly InheritanceAttribute InheritedReadOnly
InheritanceAttribute(InheritanceLevel inheritanceLevel)
readonly InheritanceLevel< InheritanceLevel > k__BackingField
static TypeConverter GetConverter(object component)