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
InternalRemotingServices.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Collections
;
3
using
System.Runtime.InteropServices
;
4
using
System.Runtime.Remoting.Metadata
;
5
6
namespace
System.Runtime.Remoting
7
{
8
// Token: 0x02000341 RID: 833
9
[
ComVisible
(
true
)]
10
public
class
InternalRemotingServices
11
{
12
// Token: 0x06001BD2 RID: 7122 RVA: 0x0003BE9C File Offset: 0x0003A09C
13
public
static
SoapAttribute
GetCachedSoapAttribute
(
object
reflectionObject
)
14
{
15
Type
type;
16
do
17
{
18
if
(!
true
)
19
{
20
}
21
if
(type ==
null
)
22
{
23
goto
IL_002B
;
24
}
25
}
26
while
(type !=
null
);
27
throw
new
InvalidCastException
();
28
IL_002B
:
29
throw
new
InvalidCastException
();
30
}
31
32
// Token: 0x06001BD3 RID: 7123 RVA: 0x0003BEE4 File Offset: 0x0003A0E4
33
// Note: this type is marked as 'beforefieldinit'.
34
static
InternalRemotingServices
()
35
{
36
}
37
38
// Token: 0x04000E29 RID: 3625
39
private
static
Hashtable
_soapAttributes
;
40
}
41
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Collections.Hashtable
Definition
Hashtable.cs:17
System.InvalidCastException
Definition
InvalidCastException.cs:9
System.Runtime.Remoting.InternalRemotingServices.GetCachedSoapAttribute
static SoapAttribute GetCachedSoapAttribute(object reflectionObject)
Definition
InternalRemotingServices.cs:13
System.Runtime.Remoting.InternalRemotingServices._soapAttributes
static Hashtable _soapAttributes
Definition
InternalRemotingServices.cs:39
System.Runtime.Remoting.InternalRemotingServices.InternalRemotingServices
static InternalRemotingServices()
Definition
InternalRemotingServices.cs:34
System.Runtime.Remoting.InternalRemotingServices
Definition
InternalRemotingServices.cs:11
System.Runtime.Remoting.Metadata.SoapAttribute
Definition
SoapAttribute.cs:9
System.Type
Definition
Type.cs:12
System.Collections
Definition
ArrayList.cs:6
System.Runtime.InteropServices
Definition
_Activator.cs:4
System.Runtime.Remoting.Metadata
Definition
SoapAttribute.cs:5
System.Runtime.Remoting
Definition
ActivatedClientTypeEntry.cs:7
System
Definition
__ComObject.cs:4
source
mscorlib
System
Runtime
Remoting
InternalRemotingServices.cs
Generated by
1.10.0