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()

virtual void System.Runtime.Remoting.ObjRef.GetObjectData ( SerializationInfo info,
StreamingContext context )
inlinevirtual

Implements System.Runtime.Serialization.ISerializable.

Definition at line 179 of file ObjRef.cs.

180 {
181 Type type = base.GetType();
182 string text = this.uri;
183 IRemotingTypeInfo remotingTypeInfo = this.typeInfo;
184 if (!true)
185 {
186 }
187 IEnvoyInfo envoyInfo = this.envoyInfo;
188 IChannelInfo channelInfo = this.channel_info;
189 int num = this.flags;
190 }
class f__AnonymousType0<< Count > j__TPar
IRemotingTypeInfo typeInfo
Definition ObjRef.cs:236
new Type GetType()
Definition Type.cs:287

References System.Runtime.Remoting.ObjRef.channel_info, System.Runtime.Remoting.ObjRef.envoyInfo, System.Runtime.Remoting.ObjRef.flags, System.Type.GetType(), j__TPar, System.text, System.Runtime.Remoting.ObjRef.typeInfo, and System.Runtime.Remoting.ObjRef.uri.