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 SourceMSExplorer(String)
Constructor
Declaration
public MSExplorer(string Path)
Parameters
Type | Name | Description |
---|---|---|
System.String | Path | Path |
Properties
| Improve this Doc View SourceFilter
Declaration
public IList<string> Filter { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |
RootDirectory
Base directory in the explorer. (Root)
Declaration
public MSDirectory RootDirectory { get; }
Property Value
Type | Description |
---|---|
MSDirectory |
Methods
| Improve this Doc View SourceGetFile(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[] |
Load()
Load Root Directory
Declaration
public void Load()