Search Results for

    Show / Hide Table of Contents

    Class RootedFileAbstractLayer

    Inheritance
    Object
    RootedFileAbstractLayer
    Implements
    IFileAbstractLayer
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Microsoft.DocAsCode.Plugins
    Assembly: Microsoft.DocAsCode.Plugins.dll
    Syntax
    public class RootedFileAbstractLayer : IFileAbstractLayer

    Constructors

    | Improve this Doc View Source

    RootedFileAbstractLayer(IFileAbstractLayer)

    Declaration
    public RootedFileAbstractLayer(IFileAbstractLayer impl)
    Parameters
    Type Name Description
    IFileAbstractLayer impl

    Properties

    | Improve this Doc View Source

    CanRead

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

    CanWrite

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

    Methods

    | Improve this Doc View Source

    Copy(String, String)

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

    Create(String)

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

    Exists(String)

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

    GetAllInputFiles()

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

    GetExpectedPhysicalPath(String)

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

    GetPhysicalPath(String)

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

    GetProperties(String)

    Declaration
    public 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
    public Stream OpenRead(string file)
    Parameters
    Type Name Description
    String file
    Returns
    Type Description
    Stream

    Implements

    IFileAbstractLayer

    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