C# Class Rubberduck.UI.Command.ReparseCommand

Inheritance: CommandBase
Mostrar archivo Open project: retailcoder/Rubberduck Class Usage Examples

Public Methods

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

Method Details

CanExecute() public method

public CanExecute ( object parameter ) : bool
parameter object
return bool

Execute() public method

public Execute ( object parameter ) : void
parameter object
return void

ReparseCommand() public method

public ReparseCommand ( RubberduckParserState state ) : System.Runtime.InteropServices
state Rubberduck.Parsing.VBA.RubberduckParserState
return System.Runtime.InteropServices