Class SBSDKImageRefPoolSnapshotsDiff
- Namespace
- ScanbotSDK.iOS
- Assembly
- BarcodeSDK.NET.iOS.dll
public class SBSDKImageRefPoolSnapshotsDiff : NSObject, INSCopying, INativeObject, IDisposable
- Inheritance
-
SBSDKImageRefPoolSnapshotsDiff
- Implements
-
INSCopying
INativeObject
Constructors
SBSDKImageRefPoolSnapshotsDiff(NSObjectFlag)
protected SBSDKImageRefPoolSnapshotsDiff(NSObjectFlag t)
Parameters
t
NSObjectFlag
SBSDKImageRefPoolSnapshotsDiff(NativeHandle)
protected SBSDKImageRefPoolSnapshotsDiff(NativeHandle handle)
Parameters
handle
NativeHandle
SBSDKImageRefPoolSnapshotsDiff(long, string[], string[], string[])
public SBSDKImageRefPoolSnapshotsDiff(long totalMemoryConsumptionDiff, string[] removed, string[] added, string[] modified)
Parameters
totalMemoryConsumptionDiff
long
removed
string[]
added
string[]
modified
string[]
SBSDKImageRefPoolSnapshotsDiff(string[], string[], string[])
public SBSDKImageRefPoolSnapshotsDiff(string[] removed, string[] added, string[] modified)
Parameters
removed
string[]
added
string[]
modified
string[]
Properties
Added
public virtual string[] Added { get; set; }
Property Value
- string[]
ClassHandle
public override NativeHandle ClassHandle { get; }
Property Value
- NativeHandle
Hash
public virtual nuint Hash { get; }
Property Value
- nuint
Modified
public virtual string[] Modified { get; set; }
Property Value
- string[]
Removed
public virtual string[] Removed { get; set; }
Property Value
- string[]
TotalMemoryConsumptionDiff
public virtual long TotalMemoryConsumptionDiff { get; set; }
Property Value
- long
Methods
Copy(NSZone?)
public virtual NSObject Copy(NSZone? zone)
Parameters
zone
NSZone
Returns
- NSObject
FromJsonWithJson(string)
public static SBSDKImageRefPoolSnapshotsDiff? FromJsonWithJson(string json)
Parameters
json
string
Returns
- SBSDKImageRefPoolSnapshotsDiff
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