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
ProxyAttribute.cs
Go to the documentation of this file.
1using System;
5
7{
8 // Token: 0x02000359 RID: 857
9 [ComVisible(true)]
12 {
13 // Token: 0x06001C8F RID: 7311 RVA: 0x0003E228 File Offset: 0x0003C428
14 public virtual MarshalByRefObject CreateInstance(Type serverType)
15 {
16 if (!true)
17 {
18 }
19 throw new InvalidCastException();
20 }
21
22 // Token: 0x06001C90 RID: 7312 RVA: 0x0003E240 File Offset: 0x0003C440
24 {
25 if (!true)
26 {
27 }
29 }
30
31 // Token: 0x06001C91 RID: 7313 RVA: 0x0003E25C File Offset: 0x0003C45C
32 [ComVisible(true)]
36
37 // Token: 0x06001C92 RID: 7314 RVA: 0x0003E26C File Offset: 0x0003C46C
38 [ComVisible(true)]
40 {
41 return true;
42 }
43 }
44}
class f__AnonymousType0<< Count > j__TPar
virtual MarshalByRefObject CreateInstance(Type serverType)
virtual RealProxy CreateProxy(ObjRef objRef, Type serverType, object serverObject, Context serverContext)
void GetPropertiesForNewContext(IConstructionCallMessage msg)
bool IsContextOK(Context ctx, IConstructionCallMessage msg)
static object GetProxyForRemoteObject(ObjRef objref, Type classToProxy)
static RealProxy GetRealProxy(object proxy)