C# Class Rubberduck.UI.Command.ReparseCommand

Inheritance: CommandBase
Afficher le fichier Open project: retailcoder/Rubberduck Class Usage Examples

Méthodes publiques

Méthode Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
ReparseCommand ( RubberduckParserState state ) : System.Runtime.InteropServices

Method Details

CanExecute() public méthode

public CanExecute ( object parameter ) : bool
parameter object
Résultat bool

Execute() public méthode

public Execute ( object parameter ) : void
parameter object
Résultat void

ReparseCommand() public méthode

public ReparseCommand ( RubberduckParserState state ) : System.Runtime.InteropServices
state Rubberduck.Parsing.VBA.RubberduckParserState
Résultat System.Runtime.InteropServices