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
◆
FileName
string Ionic.Zlib.GZipStream.FileName
get
set
Definition at line
33
of file
GZipStream.cs
.
34
{
35
get
36
{
37
return
this.
_FileName
;
38
}
39
set
40
{
41
if
(!this.
_disposed
)
42
{
43
this._FileName
=
value
;
44
if
(
value
!=
null
)
45
{
46
int
num =
value
.IndexOf(
"/"
);
47
string
text
= this.
_FileName
.Replace(
"/"
,
"\\"
);
48
this._FileName
=
text
;
49
bool
flag =
text
.EndsWith(
"\\"
);
50
int
num2
= this.
_FileName
.IndexOf(
"\\"
);
51
string
fileName =
Path
.
GetFileName
(this.
_FileName
);
52
this._FileName
= fileName;
53
}
54
return
;
55
}
56
}
57
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Ionic.Zlib.GZipStream._disposed
bool _disposed
Definition
GZipStream.cs:418
Ionic.Zlib.GZipStream._FileName
string _FileName
Definition
GZipStream.cs:424
System.IO.Path.GetFileName
static string GetFileName(string path)
Definition
Path.cs:142
System.IO.Path
Definition
Path.cs:13
System.ExceptionArgument.text
@ text
System.ExceptionArgument.value
@ value
Ionic
Zlib
GZipStream
Generated by
1.10.0