C# Class Commander.UI.FileSystemAutoComplete

Datei anzeigen Open project: SneWs/Commander

Public Methods

Method Description
FileSystemAutoComplete ( IShellStatus shellStatus ) : System.Collections.Generic
GetNext ( ) : string
Refresh ( ) : void
Refresh ( bool forced ) : void

Method Details

FileSystemAutoComplete() public method

public FileSystemAutoComplete ( IShellStatus shellStatus ) : System.Collections.Generic
shellStatus IShellStatus
return System.Collections.Generic

GetNext() public method

public GetNext ( ) : string
return string

Refresh() public method

public Refresh ( ) : void
return void

Refresh() public method

public Refresh ( bool forced ) : void
forced bool
return void