C# Класс PIXIEBatchProcessor.ImsInformedProcess

Наследование: System.Diagnostics.Process
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AreResourcesFree ( IEnumerable tasks ) : bool

The are resources free.

DeserializeResultBinFile ( ) : IList

The deserialize result from the bin file.

ImsInformedProcess ( int ID, string name, string exe, string arguments, bool shell, string resultBinFile, int lineNumber ) : System.Collections.Generic

Initializes a new instance of the ImsInformedProcess class.

Описание методов

AreResourcesFree() публичный Метод

The are resources free.
public AreResourcesFree ( IEnumerable tasks ) : bool
tasks IEnumerable /// The tasks. ///
Результат bool

DeserializeResultBinFile() публичный Метод

The deserialize result from the bin file.
public DeserializeResultBinFile ( ) : IList
Результат IList

ImsInformedProcess() публичный Метод

Initializes a new instance of the ImsInformedProcess class.
public ImsInformedProcess ( int ID, string name, string exe, string arguments, bool shell, string resultBinFile, int lineNumber ) : System.Collections.Generic
ID int /// The id. ///
name string /// The name. ///
exe string /// The exe. ///
arguments string /// The arguments. ///
shell bool /// The shell. ///
resultBinFile string /// The result bin file. ///
lineNumber int /// The line number. ///
Результат System.Collections.Generic