C# Class DokanSSHFS.ParseArgs

Show file Open project: apaka/dokan Class Usage Examples

Public Properties

Property Type Description
debug bool
drive string
host string
identity string
port int
root string
threads ushort
user string

Public Methods

Method Description
CheckParam ( ) : bool
ParseArgs ( ) : System
help ( ) : void
parse ( string args ) : void

Method Details

CheckParam() public method

public CheckParam ( ) : bool
return bool

ParseArgs() public method

public ParseArgs ( ) : System
return System

help() public method

public help ( ) : void
return void

parse() public method

public parse ( string args ) : void
args string
return void

Property Details

debug public property

public bool debug
return bool

drive public property

public string drive
return string

host public property

public string host
return string

identity public property

public string identity
return string

port public property

public int port
return int

root public property

public string root
return string

threads public property

public ushort threads
return ushort

user public property

public string user
return string