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
ClientIdentity.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000340 RID: 832
6 internal class ClientIdentity : Identity
7 {
8 // Token: 0x06001BCD RID: 7117 RVA: 0x0003BE10 File Offset: 0x0003A010
10 {
14 if (objRef != null)
15 {
16 objRef2 = this._objRef;
17 return;
18 }
20 }
21
22 // Token: 0x17000332 RID: 818
23 // (get) Token: 0x06001BCE RID: 7118 RVA: 0x0003BE44 File Offset: 0x0003A044
24 // (set) Token: 0x06001BCF RID: 7119 RVA: 0x0003BE64 File Offset: 0x0003A064
26 {
27 get
28 {
30 if (proxyReference == null || proxyReference != null)
31 {
32 }
33 throw new InvalidCastException();
34 }
35 set
36 {
37 }
38 }
39
40 // Token: 0x06001BD0 RID: 7120 RVA: 0x0003BE74 File Offset: 0x0003A074
42 {
43 return this._objRef;
44 }
45
46 // Token: 0x17000333 RID: 819
47 // (get) Token: 0x06001BD1 RID: 7121 RVA: 0x0003BE88 File Offset: 0x0003A088
48 public string TargetUri
49 {
50 get
51 {
52 /*
53An exception occurred when decompiling this method (06001BD1)
54
55ICSharpCode.Decompiler.DecompilerException: Error decompiling System.String System.Runtime.Remoting.ClientIdentity::get_TargetUri()
56
57 ---> System.Exception: Basic block has to end with unconditional control flow.
58{
59 Block_0:
60 stloc:ObjRef(var_0_06, ldfld:ObjRef(Identity::_objRef, ldloc:ClientIdentity[exp:Identity](this)))
61}
62
63 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
64 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
65 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
66 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
67 --- End of inner exception stack trace ---
68 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
69 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
70*/;
71 }
72 }
73
74 // Token: 0x04000E28 RID: 3624
76 }
77}
class f__AnonymousType0<< Count > j__TPar
ClientIdentity(string objectUri, ObjRef objRef)
override ObjRef CreateObjRef(Type requestedType)