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
SerObjectInfoCache.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Reflection
;
3
4
namespace
System.Runtime.Serialization.Formatters.Binary
5
{
6
// Token: 0x0200041C RID: 1052
7
internal
sealed
class
SerObjectInfoCache
8
{
9
// Token: 0x060020A6 RID: 8358 RVA: 0x00048628 File Offset: 0x00046828
10
internal
SerObjectInfoCache
(
string
typeName,
string
assemblyName,
bool
hasTypeForwardedFrom
)
11
{
12
this.fullTypeName
= typeName;
13
this.assemblyString
= assemblyName;
14
}
15
16
// Token: 0x060020A7 RID: 8359 RVA: 0x0004864C File Offset: 0x0004684C
17
internal
SerObjectInfoCache
(
Type
type)
18
{
19
if
(!
true
)
20
{
21
}
22
string
text
=
BinaryFormatter
.
GetTypeInformation
(type).
fullTypeName
;
23
this.fullTypeName
=
text
;
24
this.hasTypeForwardedFrom
=
true
;
25
}
26
27
// Token: 0x04001132 RID: 4402
28
internal
string
fullTypeName
;
29
30
// Token: 0x04001133 RID: 4403
31
internal
string
assemblyString
;
32
33
// Token: 0x04001134 RID: 4404
34
internal
bool
hasTypeForwardedFrom
;
35
36
// Token: 0x04001135 RID: 4405
37
internal
MemberInfo
[]
memberInfos
;
38
39
// Token: 0x04001136 RID: 4406
40
internal
string
[]
memberNames
;
41
42
// Token: 0x04001137 RID: 4407
43
internal
Type
[]
memberTypes
;
44
}
45
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Reflection.MemberInfo
Definition
MemberInfo.cs:9
System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.GetTypeInformation
static TypeInformation GetTypeInformation(Type type)
Definition
BinaryFormatter.cs:116
System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
Definition
BinaryFormatter.cs:12
System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache.assemblyString
string assemblyString
Definition
SerObjectInfoCache.cs:31
System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache.SerObjectInfoCache
SerObjectInfoCache(string typeName, string assemblyName, bool hasTypeForwardedFrom)
Definition
SerObjectInfoCache.cs:10
System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache.hasTypeForwardedFrom
bool hasTypeForwardedFrom
Definition
SerObjectInfoCache.cs:34
System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache.memberNames
string[] memberNames
Definition
SerObjectInfoCache.cs:40
System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache.memberTypes
Type[] memberTypes
Definition
SerObjectInfoCache.cs:43
System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache.memberInfos
MemberInfo[] memberInfos
Definition
SerObjectInfoCache.cs:37
System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache.fullTypeName
string fullTypeName
Definition
SerObjectInfoCache.cs:28
System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache.SerObjectInfoCache
SerObjectInfoCache(Type type)
Definition
SerObjectInfoCache.cs:17
System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache
Definition
SerObjectInfoCache.cs:8
System.Runtime.Serialization.Formatters.Binary.TypeInformation.fullTypeName
string fullTypeName
Definition
TypeInformation.cs:46
System.Type
Definition
Type.cs:12
System.Reflection
Definition
AmbiguousMatchException.cs:5
System.Runtime.Serialization.Formatters.Binary
Definition
__BinaryParser.cs:7
System.ExceptionArgument.text
@ text
System
Definition
__ComObject.cs:4
source
mscorlib
System
Runtime
Serialization
Formatters
Binary
SerObjectInfoCache.cs
Generated by
1.10.0