C# Class System.IO.MonoIOStat

显示文件 Open project: kumpera/mono Class Usage Examples

Public Properties

Property Type Description
Attributes FileAttributes
CreationTime long
LastAccessTime long
LastWriteTime long
Length long
Name string

Property Details

Attributes public_oe property

public FileAttributes Attributes
return FileAttributes

CreationTime public_oe property

public long CreationTime
return long

LastAccessTime public_oe property

public long LastAccessTime
return long

LastWriteTime public_oe property

public long LastWriteTime
return long

Length public_oe property

public long Length
return long

Name public_oe property

public string Name
return string