This is part of the Fake.Core.Process module.

CreateProcess<'TRes>

Handle for creating a process and returning potential results.

Record Fields

Record FieldDescription
Hook
Signature: IProcessHook<'TRes>
InternalCommand
Signature: Command
InternalEnvironment
Signature: EnvMap option
InternalWorkingDirectory
Signature: string option
Streams
Signature: StreamSpecs
TraceCommand
Signature: bool

Instance members

Instance memberDescription
x.Command
Signature: Command
x.CommandLine
Signature: string
x.Environment
Signature: EnvMap option
x.WorkingDirectory
Signature: string option