C# Class ChooseDefaultProgram

Mostrar archivo Open project: oleg-shilo/cs-script Class Usage Examples

Public Methods

Method Description
Main ( string args ) : int
Set ( string fileExtension, string progId, string hash ) : void

Private Methods

Method Description
GetArg ( string suffix ) : string
Run ( string application, string args ) : string

Method Details

Main() static public method

static public Main ( string args ) : int
args string
return int

Set() static public method

static public Set ( string fileExtension, string progId, string hash ) : void
fileExtension string
progId string
hash string
return void