Table of Contents

Class ImageRefPoolSnapshot

Namespace
ScanbotSDK.MAUI.Common
Assembly
ScanbotSDK.Shared.dll

Snapshot of all alive ImageRefs.

public class ImageRefPoolSnapshot
Inheritance
ImageRefPoolSnapshot
Inherited Members

Properties

ImageRefProfiles

Detailed profiles of all alive ImageRefs.

public required ImageRefProfile[] ImageRefProfiles { get; set; }

Property Value

ImageRefProfile[]

TotalMemoryConsumption

Estimation of total memory consumption of ImageRefs.

Default is 0

public long TotalMemoryConsumption { get; set; }

Property Value

long