C# Class BetterExplorer.FolderSizeWindow

Interaction logic for FolderSizeWindow.xaml
Inheritance: System.Windows.Window
Afficher le fichier Open project: Gainedge/BetterExplorer Class Usage Examples

Méthodes publiques

Свойство Type Description
bgw System.ComponentModel.BackgroundWorker

Méthodes publiques

Méthode Description
EnumerateFiles ( string path, string searchPattern, SearchOption searchOpt ) : IEnumerable
LoadFolderSizeItems ( string dir ) : void
Open ( string dir, Window owner ) : void

Méthodes protégées

Méthode Description
OnSourceInitialized ( EventArgs e ) : void

Private Methods

Méthode Description
DwmExtendFrameIntoClientArea ( IntPtr hwnd, MARGINS &pMarInset ) : int
DwmIsCompositionEnabled ( ) : bool
ExtendGlassFrame ( Window window, System.Windows.Thickness margin ) : bool
FindClose ( IntPtr hFindFile ) : bool
FindFirstFile ( string lpFileName, WIN32_FIND_DATA &lpFindFileData ) : IntPtr
FindNextFile ( IntPtr hFindFile, WIN32_FIND_DATA &lpFindFileData ) : bool
FolderSizeWindow ( ) : System
GetFilesRec ( ShellItem path ) : void
RecurseDirectory ( string directory, int level, int &files, int &folders ) : long
Window_Closing ( object sender, CancelEventArgs e ) : void
bgw_DoWork ( object sender, DoWorkEventArgs e ) : void
bgw_ProgressChanged ( object sender, ProgressChangedEventArgs e ) : void
bgw_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void

Method Details

EnumerateFiles() public méthode

public EnumerateFiles ( string path, string searchPattern, SearchOption searchOpt ) : IEnumerable
path string
searchPattern string
searchOpt SearchOption
Résultat IEnumerable

LoadFolderSizeItems() public méthode

public LoadFolderSizeItems ( string dir ) : void
dir string
Résultat void

OnSourceInitialized() protected méthode

protected OnSourceInitialized ( EventArgs e ) : void
e System.EventArgs
Résultat void

Open() public static méthode

public static Open ( string dir, Window owner ) : void
dir string
owner System.Windows.Window
Résultat void

Property Details

bgw public_oe property

public BackgroundWorker,System.ComponentModel bgw
Résultat System.ComponentModel.BackgroundWorker