C# Class CSharpUtils.VirtualFileSystem.NodeFileSystem.Node

Exibir arquivo Open project: soywiz/csharputils

Public Properties

Property Type Description
Childs Node>.Dictionary
FileSystemEntry FileSystemEntry
Name String
NodeFileSystem NodeFileSystem
Parent Node

Protected Properties

Property Type Description
_FileSystemFileStream FileSystemFileStream
_FullName String

Public Methods

Method Description
Access ( String Path, bool CreateNode = false ) : Node
Node ( NodeFileSystem NodeFileSystem, Node Parent, String Name ) : System
SynchronizeAlways ( ) : Node

Protected Methods

Method Description
AccessChild ( String Name, bool CreateNode = false ) : Node

Method Details

Access() public method

public Access ( String Path, bool CreateNode = false ) : Node
Path String
CreateNode bool
return Node

AccessChild() protected method

protected AccessChild ( String Name, bool CreateNode = false ) : Node
Name String
CreateNode bool
return Node

Node() public method

public Node ( NodeFileSystem NodeFileSystem, Node Parent, String Name ) : System
NodeFileSystem NodeFileSystem
Parent Node
Name String
return System

SynchronizeAlways() public method

public SynchronizeAlways ( ) : Node
return Node

Property Details

Childs public_oe property

public Dictionary Childs
return Node>.Dictionary

FileSystemEntry public_oe property

public FileSystemEntry,CSharpUtils.VirtualFileSystem FileSystemEntry
return FileSystemEntry

Name public_oe property

public String Name
return String

NodeFileSystem public_oe property

public NodeFileSystem,CSharpUtils.VirtualFileSystem NodeFileSystem
return NodeFileSystem

Parent public_oe property

public Node Parent
return Node

_FileSystemFileStream protected_oe property

protected FileSystemFileStream,CSharpUtils.VirtualFileSystem _FileSystemFileStream
return FileSystemFileStream

_FullName protected_oe property

protected String _FullName
return String