C# 클래스 Fan.Sys.BootEnv

상속: Env
파일 보기 프로젝트 열기: xored/f4

공개 메소드들

메소드 설명
@in ( ) : InStream
@out ( ) : OutStream
@typeof ( ) : Type
BootEnv ( ) : System
args ( ) : List
diagnostics ( ) : Map
err ( ) : OutStream
exit ( long status ) : void
findAllFiles ( Uri uri ) : List
findFile ( Uri uri, bool check ) : File
gc ( ) : void
homeDir ( ) : File
host ( ) : string
promptPassword ( string msg ) : string
setArgs ( string args ) : void
tempDir ( ) : File
user ( ) : string
vars ( ) : Map
workDir ( ) : File

비공개 메소드들

메소드 설명
initArgs ( ) : List
initHost ( ) : string
initUser ( ) : string
initVars ( ) : Map

메소드 상세

@in() 공개 메소드

public @in ( ) : InStream
리턴 InStream

@out() 공개 메소드

public @out ( ) : OutStream
리턴 OutStream

@typeof() 공개 메소드

public @typeof ( ) : Type
리턴 Type

BootEnv() 공개 메소드

public BootEnv ( ) : System
리턴 System

args() 공개 메소드

public args ( ) : List
리턴 List

diagnostics() 공개 메소드

public diagnostics ( ) : Map
리턴 Map

err() 공개 메소드

public err ( ) : OutStream
리턴 OutStream

exit() 공개 메소드

public exit ( long status ) : void
status long
리턴 void

findAllFiles() 공개 메소드

public findAllFiles ( Uri uri ) : List
uri Uri
리턴 List

findFile() 공개 메소드

public findFile ( Uri uri, bool check ) : File
uri Uri
check bool
리턴 File

gc() 공개 메소드

public gc ( ) : void
리턴 void

homeDir() 공개 메소드

public homeDir ( ) : File
리턴 File

host() 공개 메소드

public host ( ) : string
리턴 string

promptPassword() 공개 메소드

public promptPassword ( string msg ) : string
msg string
리턴 string

setArgs() 공개 메소드

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

tempDir() 공개 메소드

public tempDir ( ) : File
리턴 File

user() 공개 메소드

public user ( ) : string
리턴 string

vars() 공개 메소드

public vars ( ) : Map
리턴 Map

workDir() 공개 메소드

public workDir ( ) : File
리턴 File