C# Class Config.CSScriptInstaller.ContextMenuInfo

ファイルを表示 Open project: oleg-shilo/cs-script

Public Properties

Property Type Description
command string
dirty bool
enabledDefault bool
hint string
name string

Public Methods

Method Description
ContextMenuInfo ( string name, string hint, string command, bool enabledDefault ) : csscript
ContextMenuInfo ( string name, string hint, string command, bool enabled, bool enabledDefault ) : csscript

Private Methods

Method Description
IsShellCmdEnabled ( string name, string command ) : bool

Method Details

ContextMenuInfo() public method

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

ContextMenuInfo() public method

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

Property Details

command public_oe property

public string command
return string

dirty public_oe property

public bool dirty
return bool

enabledDefault public_oe property

public bool enabledDefault
return bool

hint public_oe property

public string hint
return string

name public_oe property

public string name
return string