C# 클래스 Config.CSScriptInstaller.ContextMenuInfo

파일 보기 프로젝트 열기: oleg-shilo/cs-script

공개 프로퍼티들

프로퍼티 타입 설명
command string
dirty bool
enabledDefault bool
hint string
name string

공개 메소드들

메소드 설명
ContextMenuInfo ( string name, string hint, string command, bool enabledDefault ) : csscript
ContextMenuInfo ( string name, string hint, string command, bool enabled, bool enabledDefault ) : csscript

비공개 메소드들

메소드 설명
IsShellCmdEnabled ( string name, string command ) : bool

메소드 상세

ContextMenuInfo() 공개 메소드

public ContextMenuInfo ( string name, string hint, string command, bool enabledDefault ) : csscript
name string
hint string
command string
enabledDefault bool
리턴 csscript

ContextMenuInfo() 공개 메소드

public ContextMenuInfo ( string name, string hint, string command, bool enabled, bool enabledDefault ) : csscript
name string
hint string
command string
enabled bool
enabledDefault bool
리턴 csscript

프로퍼티 상세

command 공개적으로 프로퍼티

public string command
리턴 string

dirty 공개적으로 프로퍼티

public bool dirty
리턴 bool

enabledDefault 공개적으로 프로퍼티

public bool enabledDefault
리턴 bool

hint 공개적으로 프로퍼티

public string hint
리턴 string

name 공개적으로 프로퍼티

public string name
리턴 string