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
ChannelInfo.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.Remoting.Channels
;
3
4
namespace
System.Runtime.Remoting
5
{
6
// Token: 0x02000337 RID: 823
7
[
Serializable
]
8
internal
class
ChannelInfo
:
IChannelInfo
9
{
10
// Token: 0x06001BAE RID: 7086 RVA: 0x0003BB04 File Offset: 0x00039D04
11
public
ChannelInfo
()
12
{
13
if
(!
true
)
14
{
15
}
16
object
[]
currentChannelInfo
=
ChannelServices
.
GetCurrentChannelInfo
();
17
this.channelData
=
currentChannelInfo
;
18
}
19
20
// Token: 0x06001BAF RID: 7087 RVA: 0x0003BB2C File Offset: 0x00039D2C
21
public
ChannelInfo
(
object
remoteChannelData
)
22
{
23
if
(
remoteChannelData
==
null
||
remoteChannelData
!=
null
)
24
{
25
return
;
26
}
27
throw
new
ArrayTypeMismatchException
();
28
}
29
30
// Token: 0x17000322 RID: 802
31
// (get) Token: 0x06001BB0 RID: 7088 RVA: 0x0003BB4C File Offset: 0x00039D4C
32
public
object
[]
ChannelData
33
{
34
get
35
{
36
return
this.
channelData
;
37
}
38
}
39
40
// Token: 0x04000E18 RID: 3608
41
private
object
[]
channelData
;
42
}
43
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.ArrayTypeMismatchException
Definition
ArrayTypeMismatchException.cs:9
System.Runtime.Remoting.ChannelData
Definition
ChannelData.cs:8
System.Runtime.Remoting.ChannelInfo.channelData
object[] channelData
Definition
ChannelInfo.cs:41
System.Runtime.Remoting.ChannelInfo.ChannelInfo
ChannelInfo()
Definition
ChannelInfo.cs:11
System.Runtime.Remoting.ChannelInfo.ChannelInfo
ChannelInfo(object remoteChannelData)
Definition
ChannelInfo.cs:21
System.Runtime.Remoting.ChannelInfo
Definition
ChannelInfo.cs:9
System.Runtime.Remoting.Channels.ChannelServices.GetCurrentChannelInfo
static object[] GetCurrentChannelInfo()
Definition
ChannelServices.cs:174
System.Runtime.Remoting.Channels.ChannelServices
Definition
ChannelServices.cs:12
System.Runtime.Remoting.IChannelInfo
Definition
IChannelInfo.cs:9
System.Reflection.TypeAttributes.Serializable
@ Serializable
System.Runtime.Remoting.Channels
Definition
AsyncRequest.cs:5
System.Runtime.Remoting
Definition
ActivatedClientTypeEntry.cs:7
System
Definition
__ComObject.cs:4
source
mscorlib
System
Runtime
Remoting
ChannelInfo.cs
Generated by
1.10.0