C# Class DirectoryBrowser.DirectoryNode

Inheritance: System.Windows.Forms.TreeNode
Datei anzeigen Open project: mrtgold/ImageBrowser Class Usage Examples

Private Properties

Property Type Description
Equals bool
SetImages void

Public Methods

Method Description
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

Private Methods

Method Description
Equals ( DirectoryNode other ) : bool
SetImages ( ) : void

Method Details

BeforeExpand() public method

public BeforeExpand ( ) : void
return void

DirectoryNode() public method

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

DirectoryNode() public method

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

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

PopulateSubDirs() public method

public PopulateSubDirs ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

UpdateImage() public method

public UpdateImage ( ) : void
return void

operator() public static method

public static operator ( ) : bool
return bool