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
ConstructionLevelActivator.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.Remoting.Messaging
;
3
using
System.Threading
;
4
5
namespace
System.Runtime.Remoting.Activation
6
{
7
// Token: 0x02000386 RID: 902
8
[
Serializable
]
9
internal
class
ConstructionLevelActivator
:
IActivator
10
{
11
// Token: 0x17000379 RID: 889
12
// (get) Token: 0x06001D5A RID: 7514 RVA: 0x0004026C File Offset: 0x0003E46C
13
public
IActivator
NextActivator
14
{
15
get
16
{
17
}
18
}
19
20
// Token: 0x06001D5B RID: 7515 RVA: 0x0004027C File Offset: 0x0003E47C
21
public
IConstructionReturnMessage
Activate
(
IConstructionCallMessage
msg)
22
{
23
IMessageSink
serverContextSinkChain
=
Thread
.
CurrentContext
.GetServerContextSinkChain();
24
if
(
serverContextSinkChain
==
null
||
serverContextSinkChain
!=
null
)
25
{
26
}
27
throw
new
InvalidCastException
();
28
}
29
30
// Token: 0x06001D5C RID: 7516 RVA: 0x000402A4 File Offset: 0x0003E4A4
31
public
ConstructionLevelActivator
()
32
{
33
}
34
}
35
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.InvalidCastException
Definition
InvalidCastException.cs:9
System.Runtime.Remoting.Activation.ConstructionLevelActivator.ConstructionLevelActivator
ConstructionLevelActivator()
Definition
ConstructionLevelActivator.cs:31
System.Runtime.Remoting.Activation.ConstructionLevelActivator.NextActivator
IActivator NextActivator
Definition
ConstructionLevelActivator.cs:14
System.Runtime.Remoting.Activation.ConstructionLevelActivator.Activate
IConstructionReturnMessage Activate(IConstructionCallMessage msg)
Definition
ConstructionLevelActivator.cs:21
System.Runtime.Remoting.Activation.ConstructionLevelActivator
Definition
ConstructionLevelActivator.cs:10
System.Threading.Thread.CurrentContext
static Context CurrentContext
Definition
Thread.cs:360
System.Threading.Thread
Definition
Thread.cs:15
System.Runtime.Remoting.Activation.IActivator
Definition
IActivator.cs:9
System.Runtime.Remoting.Activation.IConstructionCallMessage
Definition
IConstructionCallMessage.cs:11
System.Runtime.Remoting.Activation.IConstructionReturnMessage
Definition
IConstructionReturnMessage.cs:10
System.Runtime.Remoting.Messaging.IMessageSink
Definition
IMessageSink.cs:9
System.Reflection.TypeAttributes.Serializable
@ Serializable
System.Runtime.Remoting.Activation
Definition
ActivationServices.cs:9
System.Runtime.Remoting.Messaging
Definition
ArgInfo.cs:5
System.Threading
Definition
_ThreadPoolWaitCallback.cs:4
System
Definition
__ComObject.cs:4
source
mscorlib
System
Runtime
Remoting
Activation
ConstructionLevelActivator.cs
Generated by
1.10.0