Click or drag to resize

ComServerDisableProcessIsolation Property

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

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

Property Value

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