EnableWindowCreation(Boolean) Method

Definition

Assembly CliInvoke.dll

Configures the process builder to enable or disable window creation.

public IProcessConfigurationBuilder EnableWindowCreation(bool enableWindowCreation)

Parameters

enableWindowCreation
Boolean

A boolean indicating whether to enable or disable window creation.

Returns

IProcessConfigurationBuilder
The same builder instance, with window creation enabled or disabled.