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
getset

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 {
44 if (value != null)
45 {
46 int num = value.IndexOf("/");
47 string text = this._FileName.Replace("/", "\\");
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 }
class f__AnonymousType0<< Count > j__TPar
static string GetFileName(string path)
Definition Path.cs:142