Table of Contents

Class SBSDKRefCountedObjectProfile

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

Constructors

SBSDKRefCountedObjectProfile(NSObjectFlag)

protected SBSDKRefCountedObjectProfile(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKRefCountedObjectProfile(NativeHandle)

protected SBSDKRefCountedObjectProfile(NativeHandle handle)

Parameters

handle NativeHandle

SBSDKRefCountedObjectProfile(string, long)

public SBSDKRefCountedObjectProfile(string uniqueId, long timestampCreated)

Parameters

uniqueId string
timestampCreated long

SBSDKRefCountedObjectProfile(string, long, nint, nint)

public SBSDKRefCountedObjectProfile(string uniqueId, long timestampCreated, nint strongReferences, nint serializedReferences)

Parameters

uniqueId string
timestampCreated long
strongReferences nint
serializedReferences nint

Properties

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

Hash

public virtual nuint Hash { get; }

Property Value

nuint

SerializedReferences

public virtual nint SerializedReferences { get; }

Property Value

nint

StrongReferences

public virtual nint StrongReferences { get; }

Property Value

nint

TimestampCreated

public virtual long TimestampCreated { get; }

Property Value

long

UniqueId

public virtual string UniqueId { get; }

Property Value

string

Methods

Copy(NSZone?)

public virtual NSObject Copy(NSZone? zone)

Parameters

zone NSZone

Returns

NSObject

FromJsonWithJson(string)

public static SBSDKRefCountedObjectProfile? FromJsonWithJson(string json)

Parameters

json string

Returns

SBSDKRefCountedObjectProfile

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