Table of Contents

Property GlobalDefaultSettings

Namespace
KZDev.PerfUtils
Assembly
KZDev.PerfUtils.dll

GlobalDefaultSettings

Gets the default settings for MemoryStreamSlim instances.

public static MemoryStreamSlimSettings GlobalDefaultSettings { get; }

Property Value

MemoryStreamSlimSettings

Remarks

These are the settings that will be applied to newly created MemoryStreamSlim instances if no other settings are provided. Specific settings can be changed on a per-instance basis by using the options parameter when creating a new instance.