Table of Contents

Property Mode

Namespace
KZDev.PerfUtils
Assembly
KZDev.PerfUtils.dll

Mode

Gets the operating mode of this stream instance.

public MemoryStreamSlimMode Mode { get; }

Property Value

MemoryStreamSlimMode

Remarks

This is a readonly property that represents how the stream was instantiated. If the stream was created with a specific existing buffer to provide a Stream semantic API around that fixed buffer, then this will return Fixed, otherwise, it will return Dynamic.