Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CreationTimeCore
DateTimeOffset
System.IO.FileSystemInfo.CreationTimeCore
get
set
package
Definition at line
183
of file
FileSystemInfo.cs
.
184
{
185
get
186
{
187
EnsureDataInitialized
();
188
return
_data
.ftCreationTime.ToDateTimeOffset();
189
}
190
set
191
{
192
FileSystem.SetCreationTime(
FullPath
,
value
,
this
is
DirectoryInfo);
193
_dataInitialized
= -1;
194
}
195
}
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