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
Object.cs
Go to the documentation of this file.
1using System;
5
6namespace System
7{
8 // Token: 0x02000187 RID: 391
10 [ComVisible(true)]
12 public class Object
13 {
14 // Token: 0x06000F33 RID: 3891 RVA: 0x0000207A File Offset: 0x0000027A
15 public virtual bool Equals(object obj)
16 {
17 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
18 }
19
20 // Token: 0x06000F34 RID: 3892 RVA: 0x00020794 File Offset: 0x0001E994
21 public static bool Equals(object objA, object objB)
22 {
23 /*
24An exception occurred when decompiling this method (06000F34)
25
26ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Boolean System.Object::Equals(System.Object,System.Object)
27
28 ---> System.Exception: Basic block has to end with unconditional control flow.
29{
30 IL_0000:
31 brtrue(IL_0000, logicnot:bool(ldloc:object[exp:bool](objA)))
32}
33
34 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
35 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
36 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
37 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
38 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
39 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
40 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
41 --- End of inner exception stack trace ---
42 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
43 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
44*/;
45 }
46
47 // Token: 0x06000F35 RID: 3893 RVA: 0x000207A8 File Offset: 0x0001E9A8
48 [ReliabilityContract(Consistency.WillNotCorruptState, Cer.MayFail)]
49 public Object()
50 {
51 }
52
53 // Token: 0x06000F36 RID: 3894 RVA: 0x000207B8 File Offset: 0x0001E9B8
54 [ReliabilityContract(Consistency.WillNotCorruptState, Cer.Success)]
55 protected virtual void Finalize()
56 {
57 }
58
59 // Token: 0x06000F37 RID: 3895 RVA: 0x0000207A File Offset: 0x0000027A
60 public virtual int GetHashCode()
61 {
62 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
63 }
64
65 // Token: 0x06000F38 RID: 3896 RVA: 0x0000207A File Offset: 0x0000027A
66 public Type GetType()
67 {
68 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
69 }
70
71 // Token: 0x06000F39 RID: 3897 RVA: 0x000207C8 File Offset: 0x0001E9C8
72 protected object MemberwiseClone()
73 {
74 return this;
75 }
76
77 // Token: 0x06000F3A RID: 3898 RVA: 0x0000207A File Offset: 0x0000027A
78 public virtual string ToString()
79 {
80 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
81 }
82
83 // Token: 0x06000F3B RID: 3899 RVA: 0x0000207A File Offset: 0x0000027A
84 internal static int InternalGetHashCode(object o)
85 {
86 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
87 }
88
89 // Token: 0x06000F3C RID: 3900 RVA: 0x000207D8 File Offset: 0x0001E9D8
90 private void FieldGetter(string typeName, string fieldName, object val)
91 {
92 }
93
94 // Token: 0x06000F3D RID: 3901 RVA: 0x000207E8 File Offset: 0x0001E9E8
95 private void FieldSetter(string typeName, string fieldName, object val)
96 {
97 }
98 }
99}
class f__AnonymousType0<< Count > j__TPar
Type GetType()
Definition Object.cs:66
virtual void Finalize()
Definition Object.cs:55
virtual bool Equals(object obj)
Definition Object.cs:15
void FieldSetter(string typeName, string fieldName, object val)
Definition Object.cs:95
virtual int GetHashCode()
Definition Object.cs:60
object MemberwiseClone()
Definition Object.cs:72
void FieldGetter(string typeName, string fieldName, object val)
Definition Object.cs:90
static int InternalGetHashCode(object o)
Definition Object.cs:84
virtual string ToString()
Definition Object.cs:78
static bool Equals(object objA, object objB)
Definition Object.cs:21