Show / Hide Table of Contents

Class MemorySettings

Memmory settings for RecyclableMemoryStream handling

Inheritance
object
MemorySettings
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OfficeOpenXml.Utils
Assembly: EPPlus.dll
Syntax
public class MemorySettings

Properties

MemoryManager

The memory manager used, if RecyclableMemoryStream are used. UseRecyclableMemory

Declaration
public RecyclableMemoryStreamManager MemoryManager { get; set; }
Property Value
Type Description
RecyclableMemoryStreamManager

UseRecyclableMemory

If true RecyclableMemoryStream's will be used to handle MemoryStreams. Default. If false normal MemoryStream will be used.

Declaration
public bool UseRecyclableMemory { get; set; }
Property Value
Type Description
bool
In this article
Back to top Generated by DocFX