Class ImageRefPoolSnapshotsDiff
- Namespace
- ScanbotSDK.MAUI.Common
- Assembly
- ScanbotSDK.Shared.dll
public class ImageRefPoolSnapshotsDiff
- Inheritance
-
ImageRefPoolSnapshotsDiff
- Inherited Members
-
Constructors
ImageRefPoolSnapshotsDiff()
public ImageRefPoolSnapshotsDiff()
Properties
Added
public required string[] Added { get; set; }
Property Value
- string[]
Modified
public required string[] Modified { get; set; }
Property Value
- string[]
Removed
public required string[] Removed { get; set; }
Property Value
- string[]
TotalMemoryConsumptionDiff
public long TotalMemoryConsumptionDiff { get; set; }
Property Value
- long
Methods
FromNative(ImageRefPoolSnapshotsDiff)
public static ImageRefPoolSnapshotsDiff FromNative(ImageRefPoolSnapshotsDiff source)
Parameters
source
ImageRefPoolSnapshotsDiff
Returns
- ImageRefPoolSnapshotsDiff
FromNative(SBSDKImageRefPoolSnapshotsDiff)
public static ImageRefPoolSnapshotsDiff FromNative(SBSDKImageRefPoolSnapshotsDiff source)
Parameters
source
SBSDKImageRefPoolSnapshotsDiff
Returns
- ImageRefPoolSnapshotsDiff
ToNative()
public ImageRefPoolSnapshotsDiff ToNative()
Returns
- ImageRefPoolSnapshotsDiff