C# 클래스 FileTreeLibrary.FileNode

파일 보기 프로젝트 열기: stachupl/MNFS 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
children List
fileLocation System.Collections.ArrayList
isDirectory bool
name string
parent FileNode

공개 메소드들

메소드 설명
FileNode ( ) : System
FileNode ( string name ) : System
FileNode ( string name, FileNetworkAddress address ) : System

메소드 상세

FileNode() 공개 메소드

public FileNode ( ) : System
리턴 System

FileNode() 공개 메소드

public FileNode ( string name ) : System
name string
리턴 System

FileNode() 공개 메소드

public FileNode ( string name, FileNetworkAddress address ) : System
name string
address FileNetworkAddress
리턴 System

프로퍼티 상세

children 공개적으로 프로퍼티

public List children
리턴 List

fileLocation 공개적으로 프로퍼티

public ArrayList,System.Collections fileLocation
리턴 System.Collections.ArrayList

isDirectory 공개적으로 프로퍼티

public bool isDirectory
리턴 bool

name 공개적으로 프로퍼티

public string name
리턴 string

parent 공개적으로 프로퍼티

public FileNode,FileTreeLibrary parent
리턴 FileNode