Show / Hide Table of Contents

Class DisposableOptions

Configuration options for IDisposable.

Inheritance
Object
DisposableOptions
StreamCopyOptions
StreamEncodingOptions
Implements
IParameterObject
Namespace: Cuemon
Assembly: Cuemon.Core.dll
Syntax
public class DisposableOptions : IParameterObject

Constructors

| Improve this Doc View Source

DisposableOptions()

Initializes a new instance of the DisposableOptions class.

Declaration
public DisposableOptions()
Remarks

The following table shows the initial property values for an instance of DisposableOptions.

PropertyInitial Value
LeaveOpenfalse

Properties

| Improve this Doc View Source

LeaveOpen

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

Declaration
public bool LeaveOpen { get; set; }
Property Value
Type Description
Boolean

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

Implements

IParameterObject

See Also

IParameterObject
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright 2008-2022 Geekle. All rights reserved. Code with passion and love; deploy with confidence. 👨‍💻️🔥❤️🚀😎
Generated by DocFX