C# Class NppSharp.PluginCommand

Afficher le fichier Open project: cmrazek/NppSharp Class Usage Examples

Méthodes publiques

Méthode Description
Fire ( ) : void

Triggers the command.

PluginCommand ( string name ) : System

Creates a new command object.

Method Details

Fire() public méthode

Triggers the command.
public Fire ( ) : void
Résultat void

PluginCommand() public méthode

Creates a new command object.
public PluginCommand ( string name ) : System
name string
Résultat System