C# Class NppSharp.PluginCommand

Show file Open project: cmrazek/NppSharp Class Usage Examples

Public Methods

Method Description
Fire ( ) : void

Triggers the command.

PluginCommand ( string name ) : System

Creates a new command object.

Method Details

Fire() public method

Triggers the command.
public Fire ( ) : void
return void

PluginCommand() public method

Creates a new command object.
public PluginCommand ( string name ) : System
name string
return System