C# Class NppSharp.Script.CommandMethod

Stores information for a method that will be treated like a command.
Show file Open project: cmrazek/NppSharp

Public Properties

Property Type Description
commandIndex int
method System.Reflection.MethodInfo
name string
parentClass CommandClass

Public Methods

Method Description
CommandMethod ( CommandClass cmdClass ) : System

Constructs the object.

Method Details

CommandMethod() public method

Constructs the object.
public CommandMethod ( CommandClass cmdClass ) : System
cmdClass CommandClass Parent class.
return System

Property Details

commandIndex public property

public int commandIndex
return int

method public property

public MethodInfo,System.Reflection method
return System.Reflection.MethodInfo

name public property

public string name
return string

parentClass public property

public CommandClass parentClass
return CommandClass