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 member | Description |
x.AsStartInfo
Signature: ProcessStartInfo
|
Static members
Static member | Description |
ProcStartInfo.Empty
Signature: ProcStartInfo
Attributes: [<Obsolete("Please use 'Create()' instead and make sure to properly set Environment via Process-module funtions!")>] |
OBSOLETEPlease use 'Create()' instead and make sure to properly set Environment via Process-module funtions! |