C# Класс NppSharp.Script.CommandMethod

Stores information for a method that will be treated like a command.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
commandIndex int
method System.Reflection.MethodInfo
name string
parentClass CommandClass

Открытые методы

Метод Описание
CommandMethod ( CommandClass cmdClass ) : System

Constructs the object.

Описание методов

CommandMethod() публичный Метод

Constructs the object.
public CommandMethod ( CommandClass cmdClass ) : System
cmdClass CommandClass Parent class.
Результат System

Описание свойств

commandIndex публичное свойство

public int commandIndex
Результат int

method публичное свойство

public MethodInfo,System.Reflection method
Результат System.Reflection.MethodInfo

name публичное свойство

public string name
Результат string

parentClass публичное свойство

public CommandClass parentClass
Результат CommandClass