C# Class sublime.Command

Mostrar archivo Open project: continuoustests/EditorEngine Class Usage Examples

Public Methods

Method Description
Command ( string exe, string cmd ) : System
OverrideExecutable ( string executable ) : void

Method Details

Command() public method

public Command ( string exe, string cmd ) : System
exe string
cmd string
return System

OverrideExecutable() public method

public OverrideExecutable ( string executable ) : void
executable string
return void