Show / Hide Table of Contents

    Class DotNetFileEntry

    A IUnixFileEntry implementation for the standard .NET file system functionality.

    Inheritance
    Object
    DotNetFileSystemEntry
    DotNetFileEntry
    Implements
    IUnixFileEntry
    IUnixFileSystemEntry
    IUnixOwner
    Inherited Members
    DotNetFileSystemEntry.Info
    DotNetFileSystemEntry.Name
    DotNetFileSystemEntry.Permissions
    DotNetFileSystemEntry.LastWriteTime
    DotNetFileSystemEntry.CreatedTime
    DotNetFileSystemEntry.NumberOfLinks
    DotNetFileSystemEntry.Owner
    DotNetFileSystemEntry.Group
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: FubarDev.FtpServer.FileSystem.DotNet
    Assembly: FubarDev.FtpServer.FileSystem.DotNet.dll
    Syntax
    public class DotNetFileEntry : DotNetFileSystemEntry, IUnixFileEntry, IUnixFileSystemEntry, IUnixOwner

    Constructors

    | Improve this Doc View Source

    DotNetFileEntry(FileInfo)

    Initializes a new instance of the DotNetFileEntry class.

    Declaration
    public DotNetFileEntry(FileInfo info)
    Parameters
    Type Name Description
    FileInfo info

    The FileInfo to extract the information from.

    Properties

    | Improve this Doc View Source

    FileInfo

    Gets the file information.

    Declaration
    public FileInfo FileInfo { get; }
    Property Value
    Type Description
    FileInfo
    | Improve this Doc View Source

    Size

    Declaration
    public long Size { get; }
    Property Value
    Type Description
    Int64

    Implements

    IUnixFileEntry
    IUnixFileSystemEntry
    IUnixOwner
    • Improve this Doc
    • View Source
    Back to top
    Copyright © 2018 Fubar Development Junker
    Generated by DocFX
    Creative Commons License
    FluentMigrator Documentation by FluentMigrator Project is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.