C# Class Config.CSScriptInstaller.ContextMenuInfo

Afficher le fichier Open project: oleg-shilo/cs-script

Méthodes publiques

Свойство Type Description
command string
dirty bool
enabledDefault bool
hint string
name string

Méthodes publiques

Méthode 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

Méthode Description
IsShellCmdEnabled ( string name, string command ) : bool

Method Details

ContextMenuInfo() public méthode

public ContextMenuInfo ( string name, string hint, string command, bool enabledDefault ) : csscript
name string
hint string
command string
enabledDefault bool
Résultat csscript

ContextMenuInfo() public méthode

public ContextMenuInfo ( string name, string hint, string command, bool enabled, bool enabledDefault ) : csscript
name string
hint string
command string
enabled bool
enabledDefault bool
Résultat csscript

Property Details

command public_oe property

public string command
Résultat string

dirty public_oe property

public bool dirty
Résultat bool

enabledDefault public_oe property

public bool enabledDefault
Résultat bool

hint public_oe property

public string hint
Résultat string

name public_oe property

public string name
Résultat string