Search Results for

    Show / Hide Table of Contents

    Class MSExplorer

    MSExplorer

    Inheritance
    System.Object
    MSExplorer
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Framework.UI.Explorer
    Assembly: Simplic.Framework.UI.Explorer.dll
    Syntax
    public class MSExplorer

    Constructors

    | Improve this Doc View Source

    MSExplorer(String)

    Constructor

    Declaration
    public MSExplorer(string Path)
    Parameters
    Type Name Description
    System.String Path

    Path

    Properties

    | Improve this Doc View Source

    Filter

    Declaration
    public IList<string> Filter { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<System.String>
    | Improve this Doc View Source

    RootDirectory

    Base directory in the explorer. (Root)

    Declaration
    public MSDirectory RootDirectory { get; }
    Property Value
    Type Description
    MSDirectory

    Methods

    | Improve this Doc View Source

    GetFile(String)

    Get file from the current explorer

    Declaration
    public byte[] GetFile(string path)
    Parameters
    Type Name Description
    System.String path
    Returns
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    Load()

    Load Root Directory

    Declaration
    public void Load()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx