Method | Description | |
---|---|---|
AreResourcesFree ( IEnumerable |
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.
|
public AreResourcesFree ( IEnumerable |
||
tasks | IEnumerable |
/// The tasks. /// |
return | bool |
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. /// |
return | System.Collections.Generic |