Table of Contents

LeaveOpen Property

Definition

Namespace
Cuemon
Assemblies
Cuemon.Kernel.dll
Source
src/Cuemon.Kernel/DisposableOptions.cs

LeaveOpen

Gets or sets a value indicating whether a disposable object should bypass the mechanism for releasing unmanaged resources. Default is false.

public bool LeaveOpen { get; set; }

Property Value

bool

true if a disposable object should bypass the mechanism for releasing unmanaged resources; otherwise, false.