C# 클래스 DokanSSHFS.ParseArgs

파일 보기 프로젝트 열기: apaka/dokan 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
debug bool
drive string
host string
identity string
port int
root string
threads ushort
user string

공개 메소드들

메소드 설명
CheckParam ( ) : bool
ParseArgs ( ) : System
help ( ) : void
parse ( string args ) : void

메소드 상세

CheckParam() 공개 메소드

public CheckParam ( ) : bool
리턴 bool

ParseArgs() 공개 메소드

public ParseArgs ( ) : System
리턴 System

help() 공개 메소드

public help ( ) : void
리턴 void

parse() 공개 메소드

public parse ( string args ) : void
args string
리턴 void

프로퍼티 상세

debug 공개적으로 프로퍼티

public bool debug
리턴 bool

drive 공개적으로 프로퍼티

public string drive
리턴 string

host 공개적으로 프로퍼티

public string host
리턴 string

identity 공개적으로 프로퍼티

public string identity
리턴 string

port 공개적으로 프로퍼티

public int port
리턴 int

root 공개적으로 프로퍼티

public string root
리턴 string

threads 공개적으로 프로퍼티

public ushort threads
리턴 ushort

user 공개적으로 프로퍼티

public string user
리턴 string