Class ProcessOptionsExtensions
A set of extensions for ProcessOptions.
Inheritance
System.Object
ProcessOptionsExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Fs.Processes
Assembly: Fs.Processes.dll
Syntax
public static class ProcessOptionsExtensions
Methods
| Improve this Doc View SourceIsValid(ProcessOptions)
Validates a set of ProcessOptions.
Declaration
public static bool IsValid(this ProcessOptions processOptions)
Parameters
Type | Name | Description |
---|---|---|
ProcessOptions | processOptions | The options to validate. |
Returns
Type | Description |
---|---|
System.Boolean |
|