C# 클래스 DirectoryBrowser.DirectoryNode

상속: System.Windows.Forms.TreeNode
파일 보기 프로젝트 열기: mrtgold/ImageBrowser 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Equals bool
SetImages void

공개 메소드들

메소드 설명
BeforeExpand ( ) : void
DirectoryNode ( DirectoryInfo rootDir, DirectoryNode parentNode ) : System.Collections.Generic
DirectoryNode ( DriveInfo drive ) : System.Collections.Generic
Equals ( object obj ) : bool
GetHashCode ( ) : int
PopulateSubDirs ( ) : void
ToString ( ) : string
UpdateImage ( ) : void
operator ( ) : bool

비공개 메소드들

메소드 설명
Equals ( DirectoryNode other ) : bool
SetImages ( ) : void

메소드 상세

BeforeExpand() 공개 메소드

public BeforeExpand ( ) : void
리턴 void

DirectoryNode() 공개 메소드

public DirectoryNode ( DirectoryInfo rootDir, DirectoryNode parentNode ) : System.Collections.Generic
rootDir System.IO.DirectoryInfo
parentNode DirectoryNode
리턴 System.Collections.Generic

DirectoryNode() 공개 메소드

public DirectoryNode ( DriveInfo drive ) : System.Collections.Generic
drive System.IO.DriveInfo
리턴 System.Collections.Generic

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

PopulateSubDirs() 공개 메소드

public PopulateSubDirs ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

UpdateImage() 공개 메소드

public UpdateImage ( ) : void
리턴 void

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool