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

◆ PrivateAbsolutePath

string System.Uri.PrivateAbsolutePath
getprivate

Definition at line 498 of file Uri.cs.

499 {
500 get
501 {
502 global::System.Uri.Flags flags = this.m_Flags;
503 this.CreateUriInfo(flags);
504 global::System.Uri.UriInfo info = this.m_Info;
505 if (info.MoreInfo == null)
506 {
507 }
508 string components = this.GetComponents(global::System.UriComponents.Path, global::System.UriFormat.UriEscaped);
509 info.MoreInfo.Path = components;
510 return components;
511 }
512 }
class f__AnonymousType0<< Count > j__TPar
string GetComponents(global::System.UriComponents components, global::System.UriFormat format)
Definition Uri.cs:2154
void CreateUriInfo(global::System.Uri.Flags cF)
Definition Uri.cs:1540
global::System.Uri.UriInfo m_Info
Definition Uri.cs:2530
global::System.Uri.Flags m_Flags
Definition Uri.cs:2527