C# 클래스 MouseApp2.FLipMouseGUI.Command

파일 보기 프로젝트 열기: asterics/FLipMouse

공개 프로퍼티들

프로퍼티 타입 설명
cmd String
comboEntry int
commandDescription String
guiType int
parameterType int

공개 메소드들

메소드 설명
Command ( String cmd, int parameterType, String commandDescription, int comboEntry, int guiType ) : System

메소드 상세

Command() 공개 메소드

public Command ( String cmd, int parameterType, String commandDescription, int comboEntry, int guiType ) : System
cmd String
parameterType int
commandDescription String
comboEntry int
guiType int
리턴 System

프로퍼티 상세

cmd 공개적으로 프로퍼티

public String cmd
리턴 String

comboEntry 공개적으로 프로퍼티

public int comboEntry
리턴 int

commandDescription 공개적으로 프로퍼티

public String commandDescription
리턴 String

guiType 공개적으로 프로퍼티

public int guiType
리턴 int

parameterType 공개적으로 프로퍼티

public int parameterType
리턴 int