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
TypeLoadExceptionHolder.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Runtime.Serialization
4
{
5
// Token: 0x020003E3 RID: 995
6
internal
class
TypeLoadExceptionHolder
7
{
8
// Token: 0x06001F7F RID: 8063 RVA: 0x0004532C File Offset: 0x0004352C
9
internal
TypeLoadExceptionHolder
(
string
typeName)
10
{
11
this.m_typeName
= typeName;
12
}
13
14
// Token: 0x17000431 RID: 1073
15
// (get) Token: 0x06001F80 RID: 8064 RVA: 0x00045348 File Offset: 0x00043548
16
internal
string
TypeName
17
{
18
get
19
{
20
return
this.
m_typeName
;
21
}
22
}
23
24
// Token: 0x04000FBF RID: 4031
25
private
string
m_typeName
;
26
}
27
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Runtime.Serialization.TypeLoadExceptionHolder.TypeLoadExceptionHolder
TypeLoadExceptionHolder(string typeName)
Definition
TypeLoadExceptionHolder.cs:9
System.Runtime.Serialization.TypeLoadExceptionHolder.m_typeName
string m_typeName
Definition
TypeLoadExceptionHolder.cs:25
System.Runtime.Serialization.TypeLoadExceptionHolder
Definition
TypeLoadExceptionHolder.cs:7
System.TypeName
Definition
TypeName.cs:7
System.Runtime.Serialization
Definition
DeserializationEventHandler.cs:4
System
Definition
__ComObject.cs:4
source
mscorlib
System
Runtime
Serialization
TypeLoadExceptionHolder.cs
Generated by
1.10.0