C# Class BatchGuy.App.Parser.Services.CommandLineProcessService

Inheritance: ICommandLineProcessService
Mostra file Open project: yaboy58/BatchGuy Class Usage Examples

Public Properties

Property Type Description
_log log4net.ILog

Public Methods

Method Description
CommandLineProcessService ( CommandLineProcessStartInfo commandLineProcessStartInfo ) : System
GetProcessOutputLineItems ( ) : List

Private Methods

Method Description
CheckArguments ( ) : void
CheckErrors ( ) : ErrorCollection
CheckFileName ( ) : void

Method Details

CommandLineProcessService() public method

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

GetProcessOutputLineItems() public method

public GetProcessOutputLineItems ( ) : List
return List

Property Details

_log public_oe static_oe property

public static ILog,log4net _log
return log4net.ILog