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
TypeEntry.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.InteropServices
;
3
4
namespace
System.Runtime.Remoting
5
{
6
// Token: 0x02000352 RID: 850
7
[
ComVisible
(
true
)]
8
public
class
TypeEntry
9
{
10
// Token: 0x06001C76 RID: 7286 RVA: 0x0003DE88 File Offset: 0x0003C088
11
protected
TypeEntry
()
12
{
13
}
14
15
// Token: 0x17000345 RID: 837
16
// (get) Token: 0x06001C77 RID: 7287 RVA: 0x0003DE9C File Offset: 0x0003C09C
17
// (set) Token: 0x06001C78 RID: 7288 RVA: 0x0003DEB0 File Offset: 0x0003C0B0
18
public
string
AssemblyName
19
{
20
get
21
{
22
return
this.
assembly_name
;
23
}
24
set
25
{
26
this.assembly_name
=
value
;
27
}
28
}
29
30
// Token: 0x17000346 RID: 838
31
// (get) Token: 0x06001C79 RID: 7289 RVA: 0x0003DEC4 File Offset: 0x0003C0C4
32
// (set) Token: 0x06001C7A RID: 7290 RVA: 0x0003DED8 File Offset: 0x0003C0D8
33
public
string
TypeName
34
{
35
get
36
{
37
return
this.
type_name
;
38
}
39
set
40
{
41
this.type_name
=
value
;
42
}
43
}
44
45
// Token: 0x04000E6C RID: 3692
46
private
string
assembly_name
;
47
48
// Token: 0x04000E6D RID: 3693
49
private
string
type_name
;
50
}
51
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Runtime.Remoting.TypeEntry.AssemblyName
string AssemblyName
Definition
TypeEntry.cs:19
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.TypeEntry
TypeEntry()
Definition
TypeEntry.cs:11
System.Runtime.Remoting.TypeEntry
Definition
TypeEntry.cs:9
System.TypeName
Definition
TypeName.cs:7
System.Runtime.InteropServices
Definition
_Activator.cs:4
System.Runtime.Remoting
Definition
ActivatedClientTypeEntry.cs:7
System.ExceptionArgument.value
@ value
System
Definition
__ComObject.cs:4
source
mscorlib
System
Runtime
Remoting
TypeEntry.cs
Generated by
1.10.0