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
ActivatedServiceTypeEntry.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Reflection
;
3
using
System.Runtime.InteropServices
;
4
5
namespace
System.Runtime.Remoting
6
{
7
// Token: 0x02000339 RID: 825
8
[
ComVisible
(
true
)]
9
public
class
ActivatedServiceTypeEntry
:
TypeEntry
10
{
11
// Token: 0x06001BB6 RID: 7094 RVA: 0x0003BC0C File Offset: 0x00039E0C
12
public
ActivatedServiceTypeEntry
(
string
typeName,
string
assemblyName)
13
{
14
this.assembly_name
= assemblyName;
15
this.type_name
= typeName;
16
Assembly
assembly =
Assembly
.
Load
(assemblyName);
17
this.obj_type
= assembly;
18
}
19
20
// Token: 0x17000326 RID: 806
21
// (get) Token: 0x06001BB7 RID: 7095 RVA: 0x0003BC50 File Offset: 0x00039E50
22
public
Type
ObjectType
23
{
24
get
25
{
26
return
this.
obj_type
;
27
}
28
}
29
30
// Token: 0x06001BB8 RID: 7096 RVA: 0x0003BC64 File Offset: 0x00039E64
31
public
override
string
ToString
()
32
{
33
string
assembly_name
= this.
assembly_name
;
34
string
type_name
= this.
type_name
;
35
return
assembly_name +
type_name
;
36
}
37
38
// Token: 0x04000E1B RID: 3611
39
private
Type
obj_type
;
40
}
41
}
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.ActivatedServiceTypeEntry.ObjectType
Type ObjectType
Definition
ActivatedServiceTypeEntry.cs:23
System.Runtime.Remoting.ActivatedServiceTypeEntry.ActivatedServiceTypeEntry
ActivatedServiceTypeEntry(string typeName, string assemblyName)
Definition
ActivatedServiceTypeEntry.cs:12
System.Runtime.Remoting.ActivatedServiceTypeEntry.obj_type
Type obj_type
Definition
ActivatedServiceTypeEntry.cs:39
System.Runtime.Remoting.ActivatedServiceTypeEntry.ToString
override string ToString()
Definition
ActivatedServiceTypeEntry.cs:31
System.Runtime.Remoting.ActivatedServiceTypeEntry
Definition
ActivatedServiceTypeEntry.cs:10
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.Reflection
Definition
AmbiguousMatchException.cs:5
System.Runtime.InteropServices
Definition
_Activator.cs:4
System.Runtime.Remoting
Definition
ActivatedClientTypeEntry.cs:7
System
Definition
__ComObject.cs:4
source
mscorlib
System
Runtime
Remoting
ActivatedServiceTypeEntry.cs
Generated by
1.10.0