C# 클래스 BatchGuy.App.Parser.Services.CommandLineProcessService

상속: ICommandLineProcessService
파일 보기 프로젝트 열기: yaboy58/BatchGuy 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_log log4net.ILog

공개 메소드들

메소드 설명
CommandLineProcessService ( CommandLineProcessStartInfo commandLineProcessStartInfo ) : System
GetProcessOutputLineItems ( ) : List

비공개 메소드들

메소드 설명
CheckArguments ( ) : void
CheckErrors ( ) : ErrorCollection
CheckFileName ( ) : void

메소드 상세

CommandLineProcessService() 공개 메소드

public CommandLineProcessService ( CommandLineProcessStartInfo commandLineProcessStartInfo ) : System
commandLineProcessStartInfo BatchGuy.App.Parser.Models.CommandLineProcessStartInfo
리턴 System

GetProcessOutputLineItems() 공개 메소드

public GetProcessOutputLineItems ( ) : List
리턴 List

프로퍼티 상세

_log 공개적으로 정적으로 프로퍼티

public static ILog,log4net _log
리턴 log4net.ILog