C# Class System.IO.MonoIOStat

Show file 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 property

public FileAttributes Attributes
return FileAttributes

CreationTime public property

public long CreationTime
return long

LastAccessTime public property

public long LastAccessTime
return long

LastWriteTime public property

public long LastWriteTime
return long

Length public property

public long Length
return long

Name public property

public string Name
return string