EnableWindowCreation(Boolean) Method

Definition

Assembly CliInvoke.Core.dll

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

IProcessConfigurationBuilder
The new ProcessConfigurationBuilder with the specified window creation behaviour.