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
◆
Segments
string [] System.Uri.Segments
get
Definition at line
755
of file
Uri.cs
.
756
{
757
get
758
{
759
if
(this.
m_Syntax
!=
null
)
760
{
761
string
privateAbsolutePath
= this.
PrivateAbsolutePath
;
762
if
(privateAbsolutePath._stringLength != 0)
763
{
764
int
stringLength
=
privateAbsolutePath
._stringLength;
765
long
num = 0
L
;
766
int
num2
= 47;
767
int
num3
=
privateAbsolutePath
.IndexOf((
char
)
num2
, (
int
)num);
768
int
stringLength2
=
privateAbsolutePath
._stringLength;
769
string
text
=
privateAbsolutePath
.Substring((
int
)num, (
int
)num);
770
if
(
privateAbsolutePath
._stringLength == 0)
771
{
772
}
773
}
774
}
775
string
@
string
=
SR
.
GetString
(
"This operation is not supported for a relative URI."
);
776
throw
new
InvalidCastException
();
777
}
778
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
SR.GetString
static string GetString(string name, params object[] args)
Definition
SR.cs:9
SR
Definition
SR.cs:7
System.InvalidCastException
Definition
InvalidCastException.cs:9
System.Uri.m_Syntax
global::System.UriParser m_Syntax
Definition
Uri.cs:2521
System.Uri.PrivateAbsolutePath
string PrivateAbsolutePath
Definition
Uri.cs:499
System.ExceptionArgument.text
@ text
System.ConsoleKey.L
@ L
System
Uri
Generated by
1.10.0