Search Results for

    Show / Hide Table of Contents

    Interface IFileAbstractLayer

    Namespace: Microsoft.DocAsCode.Plugins
    Assembly: Microsoft.DocAsCode.Plugins.dll
    Syntax
    public interface IFileAbstractLayer

    Properties

    | Improve this Doc View Source

    CanRead

    Declaration
    bool CanRead { get; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    CanWrite

    Declaration
    bool CanWrite { get; }
    Property Value
    Type Description
    Boolean

    Methods

    | Improve this Doc View Source

    Copy(String, String)

    Declaration
    void Copy(string sourceFileName, string destFileName)
    Parameters
    Type Name Description
    String sourceFileName
    String destFileName
    | Improve this Doc View Source

    Create(String)

    Declaration
    Stream Create(string file)
    Parameters
    Type Name Description
    String file
    Returns
    Type Description
    Stream
    | Improve this Doc View Source

    Exists(String)

    Declaration
    bool Exists(string file)
    Parameters
    Type Name Description
    String file
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    GetAllInputFiles()

    Declaration
    IEnumerable<string> GetAllInputFiles()
    Returns
    Type Description
    IEnumerable<String>
    | Improve this Doc View Source

    GetExpectedPhysicalPath(String)

    Declaration
    IEnumerable<string> GetExpectedPhysicalPath(string file)
    Parameters
    Type Name Description
    String file
    Returns
    Type Description
    IEnumerable<String>
    | Improve this Doc View Source

    GetPhysicalPath(String)

    Declaration
    string GetPhysicalPath(string file)
    Parameters
    Type Name Description
    String file
    Returns
    Type Description
    String
    | Improve this Doc View Source

    GetProperties(String)

    Declaration
    ImmutableDictionary<string, string> GetProperties(string file)
    Parameters
    Type Name Description
    String file
    Returns
    Type Description
    ImmutableDictionary<String, String>
    | Improve this Doc View Source

    OpenRead(String)

    Declaration
    Stream OpenRead(string file)
    Parameters
    Type Name Description
    String file
    Returns
    Type Description
    Stream

    Extension Methods

    FileAbstractLayerExtensions.OpenReadText(IFileAbstractLayer, String)
    FileAbstractLayerExtensions.ReadAllText(IFileAbstractLayer, String)
    FileAbstractLayerExtensions.ReadAllLines(IFileAbstractLayer, String)
    FileAbstractLayerExtensions.CreateText(IFileAbstractLayer, String)
    FileAbstractLayerExtensions.WriteAllText(IFileAbstractLayer, String, String)
    FileAbstractLayerExtensions.HasProperty(IFileAbstractLayer, String, String)
    FileAbstractLayerExtensions.GetProperty(IFileAbstractLayer, String, String)
    FileAbstractLayerExtensions.GetAllPhysicalPaths(IFileAbstractLayer)
    JsonUtility.ToJsonString(Object, Formatting, JsonSerializer)
    • Improve this Doc
    • View Source
    • 0 Comments
    In This Article
    Back to top Copyright © Microsoft.
    Generated by DocFX