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

◆ DeserializeEncoding()

void System.Text.Encoding.DeserializeEncoding ( SerializationInfo info,
StreamingContext context )
inlinepackageinherited

Definition at line 71 of file Encoding.cs.

72 {
73 if (info == null)
74 {
75 throw new InvalidCastException();
76 }
77 Type type;
78 object value = info.GetValue("m_codePage", type);
79 Type type2;
80 object value2 = info.GetValue("m_isReadOnly", type2);
81 Type type3;
82 object value3 = info.GetValue("encoderFallback", type3);
83 if (value3 != null)
84 {
86 throw new InvalidCastException();
87 }
88 Type type4;
89 object value4 = info.GetValue("decoderFallback", type4);
90 if (value4 != null)
91 {
93 throw new InvalidCastException();
94 }
95 }
class f__AnonymousType0<< Count > j__TPar

References System.info, j__TPar, and System.value.