C# Class DirectoryBrowser.DirectoryNode

Inheritance: System.Windows.Forms.TreeNode
Afficher le fichier Open project: mrtgold/ImageBrowser Class Usage Examples

Private Properties

Свойство Type Description
Equals bool
SetImages void

Méthodes publiques

Méthode 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

Méthode Description
Equals ( DirectoryNode other ) : bool
SetImages ( ) : void

Method Details

BeforeExpand() public méthode

public BeforeExpand ( ) : void
Résultat void

DirectoryNode() public méthode

public DirectoryNode ( DirectoryInfo rootDir, DirectoryNode parentNode ) : System.Collections.Generic
rootDir System.IO.DirectoryInfo
parentNode DirectoryNode
Résultat System.Collections.Generic

DirectoryNode() public méthode

public DirectoryNode ( DriveInfo drive ) : System.Collections.Generic
drive System.IO.DriveInfo
Résultat System.Collections.Generic

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

PopulateSubDirs() public méthode

public PopulateSubDirs ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

UpdateImage() public méthode

public UpdateImage ( ) : void
Résultat void

operator() public static méthode

public static operator ( ) : bool
Résultat bool