C# Class Config.CSScriptInstaller.ContextMenuInfo

Show file 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 property

public string command
return string

dirty public property

public bool dirty
return bool

enabledDefault public property

public bool enabledDefault
return bool

hint public property

public string hint
return string

name public property

public string name
return string