Namespace Fs.Processes
Classes
CreateProcessAttributeList
A list of attributes for process and thread creation.
CreateProcessAttributeList.CreateProcessAttribute
Abstract base class for all attributes added to a CreateProcessAttributeList.
CreateProcessInfo
Specifies a set of values used when creating a new process.
InheritHandlesAttribute
Specifies a set of handles to be inherited by the child process.
ParentProcessAttribute
Specifies the parent process to use when creating a new process.
Process
A class that represents a Windows Process. Similar to System.Diagnostics.Process, but not intended as a complete replacement.
ProcessArgumentEscaper
Provides argument escaping compatible with Window's GetCommandLineArgsW() function.
ProcessDataReceivedEventArgs
Event data for redirected output from a process.
ProcessOptionsExtensions
A set of extensions for ProcessOptions.
Structs
ConsoleColors
Represents the foreground and background colors used in a Windows Console.
Enums
ProcessOptions
A set of options that controls how a new process is created.
TitleIs
Specifies how Title is interpreted.
WindowShow
A value indicating how a new window should appear when a new process is created.