C# 클래스 ProcessUtil.Program

파일 보기 프로젝트 열기: SarathR/ProcessUtil

공개 메소드들

메소드 설명
ProcessArgs ( string args ) : Param
ProcessOption ( string option ) : Options
ProcessParam ( string rawParam ) : Param

비공개 메소드들

메소드 설명
ExecuteOption ( Param param ) : void
ExecuteOption ( Param param, Process process ) : void
Main ( string args ) : void

메소드 상세

ProcessArgs() 공개 정적인 메소드

public static ProcessArgs ( string args ) : Param
args string
리턴 Param

ProcessOption() 공개 정적인 메소드

public static ProcessOption ( string option ) : Options
option string
리턴 Options

ProcessParam() 공개 정적인 메소드

public static ProcessParam ( string rawParam ) : Param
rawParam string
리턴 Param