terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
FileInfo.cs
Go to the documentation of this file.
1using System;
6
7namespace System.IO
8{
9 [global::Cpp2ILInjected.Token(Token = "0x200054E")]
10 [global::System.Serializable]
11 public sealed class FileInfo : FileSystemInfo
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x600286C")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1BA3E54", Offset = "0x1BA3E54", Length = "0x4")]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(FileSystemInfo), Member = ".ctor", ReturnType = typeof(void))]
17 private FileInfo()
18 {
19 throw null;
20 }
21
22 [global::Cpp2ILInjected.Token(Token = "0x600286D")]
23 [global::Cpp2ILInjected.Address(RVA = "0x1BA3E58", Offset = "0x1BA3E58", Length = "0x10")]
24 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Diagnostics.DefaultTraceListener", Member = "WriteLogFile", MemberParameters = new object[]
25 {
26 typeof(string),
27 typeof(string)
28 }, ReturnType = typeof(void))]
29 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.Design.RuntimeLicenseContext", Member = "GetSavedLicenseKey", MemberParameters = new object[]
30 {
31 typeof(global::System.Type),
32 typeof(global::System.Reflection.Assembly)
33 }, ReturnType = typeof(string))]
34 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
35 public FileInfo(string fileName)
36 {
37 throw null;
38 }
39
40 [global::Cpp2ILInjected.Token(Token = "0x600286E")]
41 [global::Cpp2ILInjected.Address(RVA = "0x1BA3E68", Offset = "0x1BA3E68", Length = "0x110")]
42 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
43 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FileSystem), Member = "SetAttributes", MemberParameters = new object[]
44 {
45 typeof(string),
47 }, ReturnType = typeof(void))]
48 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FileSystem), Member = "GetCreationTime", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.DateTimeOffset))]
49 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FileSystem), Member = "GetLastAccessTime", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.DateTimeOffset))]
50 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FileSystem), Member = "GetLastWriteTime", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.DateTimeOffset))]
51 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
52 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(FileSystemInfo), Member = ".ctor", ReturnType = typeof(void))]
53 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Path), Member = "GetFullPath", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
54 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Path), Member = "GetFileName", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
55 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
56 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
57 internal FileInfo(string originalPath, string fullPath = null, string fileName = null, bool isNormalized = false)
58 {
59 throw null;
60 }
61
62 [global::Cpp2ILInjected.Token(Token = "0x600286F")]
63 [global::Cpp2ILInjected.Address(RVA = "0x1BA3F78", Offset = "0x1BA3F78", Length = "0x60")]
64 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Diagnostics.DefaultTraceListener", Member = "WriteLogFile", MemberParameters = new object[]
65 {
66 typeof(string),
67 typeof(string)
68 }, ReturnType = typeof(void))]
69 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
70 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StreamWriter), Member = ".ctor", MemberParameters = new object[]
71 {
72 typeof(string),
73 typeof(bool)
74 }, ReturnType = typeof(void))]
75 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
77 {
78 throw null;
79 }
80
81 [global::Cpp2ILInjected.Token(Token = "0x6002870")]
82 [global::Cpp2ILInjected.Address(RVA = "0x1BA3FD8", Offset = "0x1BA3FD8", Length = "0x60")]
83 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Diagnostics.DefaultTraceListener", Member = "WriteLogFile", MemberParameters = new object[]
84 {
85 typeof(string),
86 typeof(string)
87 }, ReturnType = typeof(void))]
88 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
89 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StreamWriter), Member = ".ctor", MemberParameters = new object[]
90 {
91 typeof(string),
92 typeof(bool)
93 }, ReturnType = typeof(void))]
94 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
96 {
97 throw null;
98 }
99
100 [global::Cpp2ILInjected.Token(Token = "0x6002871")]
101 [global::Cpp2ILInjected.Address(RVA = "0x1BA4038", Offset = "0x1BA4038", Length = "0x4")]
102 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
103 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(FileSystemInfo), Member = ".ctor", MemberParameters = new object[]
104 {
105 typeof(global::System.Runtime.Serialization.SerializationInfo),
106 typeof(global::System.Runtime.Serialization.StreamingContext)
107 }, ReturnType = typeof(void))]
108 private FileInfo(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
109 {
110 throw null;
111 }
112
113 [global::Cpp2ILInjected.Token(Token = "0x170005CF")]
114 public override string Name
115 {
116 [global::Cpp2ILInjected.Token(Token = "0x6002872")]
117 [global::Cpp2ILInjected.Address(RVA = "0x1BA403C", Offset = "0x1BA403C", Length = "0x8")]
118 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
119 get
120 {
121 throw null;
122 }
123 }
124 }
125}
class f__AnonymousType0<< Count > j__TPar
FileInfo(string originalPath, string fullPath=null, string fileName=null, bool isNormalized=false)
Definition FileInfo.cs:57
StreamWriter CreateText()
Definition FileInfo.cs:76
FileInfo(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
Definition FileInfo.cs:108
FileInfo(string fileName)
Definition FileInfo.cs:35
StreamWriter AppendText()
Definition FileInfo.cs:95