C# Class hdsdump.CLI

显示文件 Open project: WendyH/hdsdump Class Usage Examples

Protected Properties

Property Type Description
ACCEPTED string>[].Dictionary

Public Methods

Method Description
CLI ( string argv ) : System
EchoSetsParameters ( ) : void
chkParam ( string name ) : bool
displayHelp ( ) : void
getParam ( string name ) : string

Method Details

CLI() public method

public CLI ( string argv ) : System
argv string
return System

EchoSetsParameters() public method

public EchoSetsParameters ( ) : void
return void

chkParam() public method

public chkParam ( string name ) : bool
name string
return bool

displayHelp() public method

public displayHelp ( ) : void
return void

getParam() public method

public getParam ( string name ) : string
name string
return string

Property Details

ACCEPTED protected_oe static_oe property

protected static Dictionary[] ACCEPTED
return string>[].Dictionary