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() [2/2]

void System.Uri.GetObjectData ( SerializationInfo serializationInfo,
StreamingContext streamingContext )
inlineprotected

Implements System.Runtime.Serialization.ISerializable.

Definition at line 456 of file Uri.cs.

457 {
458 if (this.m_Syntax == null)
459 {
460 }
461 string components = this.GetComponents((global::System.UriComponents)32768, global::System.UriFormat.UriEscaped);
462 serializationInfo.AddValue("RelativeUri", components);
463 }
class f__AnonymousType0<< Count > j__TPar
string GetComponents(global::System.UriComponents components, global::System.UriFormat format)
Definition Uri.cs:2154
global::System.UriParser m_Syntax
Definition Uri.cs:2521
UriFormat
Definition UriFormat.cs:7

References System.Uri.GetComponents(), j__TPar, and System.Uri.m_Syntax.