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
ActivatedClientTypeEntry.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Reflection
;
3
using
System.Runtime.InteropServices
;
4
using
System.Runtime.Remoting.Contexts
;
5
6
namespace
System.Runtime.Remoting
7
{
8
// Token: 0x02000338 RID: 824
9
[
ComVisible
(
true
)]
10
public
class
ActivatedClientTypeEntry
:
TypeEntry
11
{
12
// Token: 0x06001BB1 RID: 7089 RVA: 0x0003BB60 File Offset: 0x00039D60
13
public
ActivatedClientTypeEntry
(
string
typeName,
string
assemblyName,
string
appUrl
)
14
{
15
this.assembly_name
= assemblyName;
16
this.type_name
= typeName;
17
this.applicationUrl
=
appUrl
;
18
Assembly
assembly =
Assembly
.
Load
(assemblyName);
19
this.obj_type
= assembly;
20
}
21
22
// Token: 0x17000323 RID: 803
23
// (get) Token: 0x06001BB2 RID: 7090 RVA: 0x0003BBA8 File Offset: 0x00039DA8
24
public
string
ApplicationUrl
25
{
26
get
27
{
28
return
this.
applicationUrl
;
29
}
30
}
31
32
// Token: 0x17000324 RID: 804
33
// (get) Token: 0x06001BB3 RID: 7091 RVA: 0x0003BBBC File Offset: 0x00039DBC
34
public
IContextAttribute
[]
ContextAttributes
35
{
36
get
37
{
38
}
39
}
40
41
// Token: 0x17000325 RID: 805
42
// (get) Token: 0x06001BB4 RID: 7092 RVA: 0x0003BBCC File Offset: 0x00039DCC
43
public
Type
ObjectType
44
{
45
get
46
{
47
return
this.
obj_type
;
48
}
49
}
50
51
// Token: 0x06001BB5 RID: 7093 RVA: 0x0003BBE0 File Offset: 0x00039DE0
52
public
override
string
ToString
()
53
{
54
string
assembly_name
= this.
assembly_name
;
55
string
type_name
= this.
type_name
;
56
string
text
= this.
applicationUrl
;
57
return
type_name +
assembly_name
+
text
;
58
}
59
60
// Token: 0x04000E19 RID: 3609
61
private
string
applicationUrl
;
62
63
// Token: 0x04000E1A RID: 3610
64
private
Type
obj_type
;
65
}
66
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Reflection.Assembly.Load
static Assembly Load(string assemblyString)
Definition
Assembly.cs:267
System.Reflection.Assembly
Definition
Assembly.cs:19
System.Runtime.Remoting.ActivatedClientTypeEntry.ObjectType
Type ObjectType
Definition
ActivatedClientTypeEntry.cs:44
System.Runtime.Remoting.ActivatedClientTypeEntry.obj_type
Type obj_type
Definition
ActivatedClientTypeEntry.cs:64
System.Runtime.Remoting.ActivatedClientTypeEntry.ApplicationUrl
string ApplicationUrl
Definition
ActivatedClientTypeEntry.cs:25
System.Runtime.Remoting.ActivatedClientTypeEntry.ContextAttributes
IContextAttribute[] ContextAttributes
Definition
ActivatedClientTypeEntry.cs:35
System.Runtime.Remoting.ActivatedClientTypeEntry.applicationUrl
string applicationUrl
Definition
ActivatedClientTypeEntry.cs:61
System.Runtime.Remoting.ActivatedClientTypeEntry.ToString
override string ToString()
Definition
ActivatedClientTypeEntry.cs:52
System.Runtime.Remoting.ActivatedClientTypeEntry.ActivatedClientTypeEntry
ActivatedClientTypeEntry(string typeName, string assemblyName, string appUrl)
Definition
ActivatedClientTypeEntry.cs:13
System.Runtime.Remoting.ActivatedClientTypeEntry
Definition
ActivatedClientTypeEntry.cs:11
System.Runtime.Remoting.TypeEntry.type_name
string type_name
Definition
TypeEntry.cs:49
System.Runtime.Remoting.TypeEntry.assembly_name
string assembly_name
Definition
TypeEntry.cs:46
System.Runtime.Remoting.TypeEntry
Definition
TypeEntry.cs:9
System.Type
Definition
Type.cs:12
System.Runtime.Remoting.Contexts.IContextAttribute
Definition
IContextAttribute.cs:10
System.Reflection
Definition
AmbiguousMatchException.cs:5
System.Runtime.InteropServices
Definition
_Activator.cs:4
System.Runtime.Remoting.Contexts
Definition
Context.cs:10
System.Runtime.Remoting
Definition
ActivatedClientTypeEntry.cs:7
System.ExceptionArgument.text
@ text
System
Definition
__ComObject.cs:4
source
mscorlib
System
Runtime
Remoting
ActivatedClientTypeEntry.cs
Generated by
1.10.0