Click or drag to resize

ComServerDisableProcessIsolation Property

Gets or sets a value indicating whether to disable process isolation.

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public bool DisableProcessIsolation { get; }

Property Value

Type: Boolean
true if process isolation is disabled; otherwise, false.
See Also