Table of Contents

Class RefCountedObjectProfile

Namespace
ScanbotSDK.MAUI.Common
Assembly
ScanbotSDK.Shared.dll
public class RefCountedObjectProfile
Inheritance
RefCountedObjectProfile
Inherited Members

Constructors

RefCountedObjectProfile()

public RefCountedObjectProfile()

Properties

SerializedReferences

public int SerializedReferences { get; init; }

Property Value

int

StrongReferences

public int StrongReferences { get; init; }

Property Value

int

TimestampCreated

public required long TimestampCreated { get; init; }

Property Value

long

UniqueId

public required string UniqueId { get; init; }

Property Value

string

Methods

FromNative(RefCountedObjectProfile)

public static RefCountedObjectProfile FromNative(RefCountedObjectProfile source)

Parameters

source RefCountedObjectProfile

Returns

RefCountedObjectProfile

FromNative(SBSDKRefCountedObjectProfile)

public static RefCountedObjectProfile FromNative(SBSDKRefCountedObjectProfile source)

Parameters

source SBSDKRefCountedObjectProfile

Returns

RefCountedObjectProfile

ToNative()

public RefCountedObjectProfile ToNative()

Returns

RefCountedObjectProfile