-
Home
-
API Reference
-
CliInvoke.Core.Builders
-
IProcessConfigurationBuilder
-
Methods
-
EnableWindowCreation(Boolean)
EnableWindowCreation(Boolean) Method
Definition
Enables or disables Window creation for the wrapped executable.
IProcessConfigurationBuilder EnableWindowCreation(bool enableWindowCreation)
Parameters
- enableWindowCreation
- Boolean
Whether to enable or disable window creation for the wrapped
executable.
Returns