ArgumentsConflict Property

Definition

Assembly CliInvoke.Core.dll

Indicates whether there is a conflict between the configured process start options. This conflict arises when is set to true while either , , or is enabled. Such a configuration is invalid and will prevent the process from starting.

public bool ArgumentsConflict { get; }

Returns