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

◆ StrongNameKeyPair()

System.Reflection.StrongNameKeyPair.StrongNameKeyPair ( SerializationInfo info,
StreamingContext context )
inlineprotected

Definition at line 13 of file StrongNameKeyPair.cs.

14 {
15 if (!true)
16 {
17 }
18 Type type;
19 object value = info.GetValue("_publicKey", type);
20 if (value != null)
21 {
22 if (value != null)
23 {
25 if (value != null)
26 {
27 goto IL_002C;
28 }
29 }
30 throw new InvalidCastException();
31 }
32 IL_002C:
33 string @string = info.GetString("_keyPairContainer");
34 this._keyPairContainer = @string;
35 bool boolean = info.GetBoolean("_keyPairExported");
36 this._keyPairExported = "_keyPairContainer" != null;
37 Type type2;
38 object value2 = info.GetValue("_keyPairArray", type2);
39 if (value2 != null)
40 {
41 if (value2 == null)
42 {
43 throw new InvalidCastException();
44 }
46 if (value2 == null)
47 {
48 throw new InvalidCastException();
49 }
50 }
51 }
class f__AnonymousType0<< Count > j__TPar

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