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

◆ GetObjectData()

void ISerializable. System.Reflection.StrongNameKeyPair.GetObjectData ( SerializationInfo info,
StreamingContext context )
inlineprivate

Implements System.Runtime.Serialization.ISerializable.

Definition at line 54 of file StrongNameKeyPair.cs.

55 {
56 byte[] publicKey = this._publicKey;
57 if (!true)
58 {
59 }
60 Type type;
61 info.AddValue("_publicKey", publicKey, type);
63 info.AddValue("_keyPairContainer", keyPairContainer);
65 info.AddValue("_keyPairExported", keyPairExported);
66 byte[] keyPairArray = this._keyPairArray;
67 Type type2;
68 info.AddValue("_keyPairArray", keyPairArray, type2);
69 }
class f__AnonymousType0<< Count > j__TPar
void AddValue(string name, object value, Type type)

References System.Reflection.StrongNameKeyPair._keyPairArray, System.Reflection.StrongNameKeyPair._keyPairContainer, System.Reflection.StrongNameKeyPair._keyPairExported, System.Reflection.StrongNameKeyPair._publicKey, System.Runtime.Serialization.SerializationInfo.AddValue(), System.info, and j__TPar.