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

Inheritance: ICommandLineProcessService
Afficher le fichier Open project: yaboy58/BatchGuy Class Usage Examples

Méthodes publiques

Свойство Type Description
_log log4net.ILog

Méthodes publiques

Méthode Description
CommandLineProcessService ( CommandLineProcessStartInfo commandLineProcessStartInfo ) : System
GetProcessOutputLineItems ( ) : List

Private Methods

Méthode Description
CheckArguments ( ) : void
CheckErrors ( ) : ErrorCollection
CheckFileName ( ) : void

Method Details

CommandLineProcessService() public méthode

public CommandLineProcessService ( CommandLineProcessStartInfo commandLineProcessStartInfo ) : System
commandLineProcessStartInfo BatchGuy.App.Parser.Models.CommandLineProcessStartInfo
Résultat System

GetProcessOutputLineItems() public méthode

public GetProcessOutputLineItems ( ) : List
Résultat List

Property Details

_log public_oe static_oe property

public static ILog,log4net _log
Résultat log4net.ILog