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
MarshalByRefObject.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.InteropServices
;
3
using
System.Runtime.Remoting
;
4
using
Cpp2IlInjected
;
5
6
namespace
System
7
{
8
// Token: 0x0200017F RID: 383
9
[
ComVisible
(
true
)]
10
[
Serializable
]
11
[
StructLayout
(0)]
12
public
abstract
class
MarshalByRefObject
13
{
14
// Token: 0x06000F07 RID: 3847 RVA: 0x000200B4 File Offset: 0x0001E2B4
15
protected
MarshalByRefObject
()
16
{
17
}
18
19
// Token: 0x1700015C RID: 348
20
// (get) Token: 0x06000F08 RID: 3848 RVA: 0x0000207A File Offset: 0x0000027A
21
// (set) Token: 0x06000F09 RID: 3849 RVA: 0x0000207A File Offset: 0x0000027A
22
internal
ServerIdentity
ObjectIdentity
23
{
24
get
25
{
26
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
27
}
28
set
29
{
30
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
31
}
32
}
33
34
// Token: 0x06000F0A RID: 3850 RVA: 0x0000207A File Offset: 0x0000027A
35
public
virtual
ObjRef
CreateObjRef
(
Type
requestedType
)
36
{
37
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
38
}
39
40
// Token: 0x06000F0B RID: 3851 RVA: 0x0000207A File Offset: 0x0000027A
41
public
virtual
object
InitializeLifetimeService
()
42
{
43
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
44
}
45
46
// Token: 0x0400067C RID: 1660
47
[
NonSerialized
]
48
private
object
_identity
;
49
}
50
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
System.MarshalByRefObject.MarshalByRefObject
MarshalByRefObject()
Definition
MarshalByRefObject.cs:15
System.MarshalByRefObject.ObjectIdentity
ServerIdentity ObjectIdentity
Definition
MarshalByRefObject.cs:23
System.MarshalByRefObject.InitializeLifetimeService
virtual object InitializeLifetimeService()
Definition
MarshalByRefObject.cs:41
System.MarshalByRefObject._identity
object _identity
Definition
MarshalByRefObject.cs:48
System.MarshalByRefObject.CreateObjRef
virtual ObjRef CreateObjRef(Type requestedType)
Definition
MarshalByRefObject.cs:35
System.MarshalByRefObject
Definition
MarshalByRefObject.cs:13
System.Runtime.Remoting.ObjRef
Definition
ObjRef.cs:13
System.Runtime.Remoting.ServerIdentity
Definition
ServerIdentity.cs:11
System.Type
Definition
Type.cs:12
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System.Reflection.TypeAttributes.Serializable
@ Serializable
System.Runtime.InteropServices
Definition
_Activator.cs:4
System.Runtime.Remoting
Definition
ActivatedClientTypeEntry.cs:7
System
Definition
__ComObject.cs:4
source
mscorlib
System
MarshalByRefObject.cs
Generated by
1.10.0