C# Class DokanSSHFS.ParseArgs

Afficher le fichier Open project: apaka/dokan Class Usage Examples

Méthodes publiques

Свойство Type Description
debug bool
drive string
host string
identity string
port int
root string
threads ushort
user string

Méthodes publiques

Méthode Description
CheckParam ( ) : bool
ParseArgs ( ) : System
help ( ) : void
parse ( string args ) : void

Method Details

CheckParam() public méthode

public CheckParam ( ) : bool
Résultat bool

ParseArgs() public méthode

public ParseArgs ( ) : System
Résultat System

help() public méthode

public help ( ) : void
Résultat void

parse() public méthode

public parse ( string args ) : void
args string
Résultat void

Property Details

debug public_oe property

public bool debug
Résultat bool

drive public_oe property

public string drive
Résultat string

host public_oe property

public string host
Résultat string

identity public_oe property

public string identity
Résultat string

port public_oe property

public int port
Résultat int

root public_oe property

public string root
Résultat string

threads public_oe property

public ushort threads
Résultat ushort

user public_oe property

public string user
Résultat string