Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found here. If the API is already migrated you can check here if exists in a module. More information regarding the migration can be found here

OBSOLETE

use Fake.Core.ProcStartInfo instead

ProcStartInfo

Instance members

Instance memberDescription
x.AsStartInfo
Signature: ProcessStartInfo

Static members

Static memberDescription
ProcStartInfo.Empty
Signature: ProcStartInfo
Attributes:
[<Obsolete("Please use 'Create()' instead and make sure to properly set Environment via Process-module funtions!")>]
OBSOLETE

Please use 'Create()' instead and make sure to properly set Environment via Process-module funtions!