Table of Contents

Class SBSDKImageRefPoolSnapshot

Namespace
ScanbotSDK.iOS
Assembly
BarcodeSDK.NET.iOS.dll
public class SBSDKImageRefPoolSnapshot : NSObject, INSCopying, INativeObject, IDisposable
Inheritance
SBSDKImageRefPoolSnapshot
Implements
INSCopying
INativeObject

Constructors

SBSDKImageRefPoolSnapshot(NSObjectFlag)

protected SBSDKImageRefPoolSnapshot(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKImageRefPoolSnapshot(NativeHandle)

protected SBSDKImageRefPoolSnapshot(NativeHandle handle)

Parameters

handle NativeHandle

SBSDKImageRefPoolSnapshot(SBSDKImageRefProfile[])

public SBSDKImageRefPoolSnapshot(SBSDKImageRefProfile[] imageRefProfiles)

Parameters

imageRefProfiles SBSDKImageRefProfile[]

SBSDKImageRefPoolSnapshot(SBSDKImageRefProfile[], long)

public SBSDKImageRefPoolSnapshot(SBSDKImageRefProfile[] imageRefProfiles, long totalMemoryConsumption)

Parameters

imageRefProfiles SBSDKImageRefProfile[]
totalMemoryConsumption long

Properties

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

Hash

public virtual nuint Hash { get; }

Property Value

nuint

ImageRefProfiles

public virtual SBSDKImageRefProfile[] ImageRefProfiles { get; set; }

Property Value

SBSDKImageRefProfile[]

TotalMemoryConsumption

public virtual long TotalMemoryConsumption { get; set; }

Property Value

long

Methods

Copy(NSZone?)

public virtual NSObject Copy(NSZone? zone)

Parameters

zone NSZone

Returns

NSObject

FromJsonWithJson(string)

public static SBSDKImageRefPoolSnapshot? FromJsonWithJson(string json)

Parameters

json string

Returns

SBSDKImageRefPoolSnapshot

IsEqual(NSObject?)

public virtual bool IsEqual(NSObject? @object)

Parameters

object NSObject

Returns

bool

ToJsonWithConfiguration(SBSDKToJSONConfiguration)

public virtual string ToJsonWithConfiguration(SBSDKToJSONConfiguration configuration)

Parameters

configuration SBSDKToJSONConfiguration

Returns

string