Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
LastWriteTimeCore
DateTimeOffset
System.IO.FileSystemInfo.LastWriteTimeCore
get
set
package
Definition at line
211
of file
FileSystemInfo.cs
.
212
{
213
get
214
{
215
EnsureDataInitialized
();
216
return
_data
.ftLastWriteTime.ToDateTimeOffset();
217
}
218
set
219
{
220
FileSystem.SetLastWriteTime(
FullPath
,
value
,
this
is
DirectoryInfo);
221
_dataInitialized
= -1;
222
}
223
}
System.IO.FileSystemInfo.FullPath
string FullPath
Definition
FileSystemInfo.cs:8
System.IO.FileSystemInfo._dataInitialized
int _dataInitialized
Definition
FileSystemInfo.cs:20
System.IO.FileSystemInfo.EnsureDataInitialized
void EnsureDataInitialized()
Definition
FileSystemInfo.cs:308
System.IO.FileSystemInfo._data
Interop.Kernel32.WIN32_FILE_ATTRIBUTE_DATA _data
Definition
FileSystemInfo.cs:18
System.Runtime.Serialization.CollectionKind.Dictionary
@ Dictionary
System.ExceptionArgument.value
@ value
System
IO
FileSystemInfo
Generated by
1.10.0