C# Class DokanSSHFS.ParseArgs

Mostra 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_oe property

public bool debug
return bool

drive public_oe property

public string drive
return string

host public_oe property

public string host
return string

identity public_oe property

public string identity
return string

port public_oe property

public int port
return int

root public_oe property

public string root
return string

threads public_oe property

public ushort threads
return ushort

user public_oe property

public string user
return string