C# 클래스 NppSharp.Script.CommandMethod

Stores information for a method that will be treated like a command.
파일 보기 프로젝트 열기: cmrazek/NppSharp

공개 프로퍼티들

프로퍼티 타입 설명
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