Table of Contents

Class DMTXNativeLibrary

Namespace
VisioForge.Core.LibDMTX
Assembly
VisioForge.Core.dll

Platform-specific library loader for libdmtx

public static class DMTXNativeLibrary

Inheritance

Inherited Members

Properties

Context

Gets or sets the SDK logging context used by the native library loader and decoder.

public static BaseContext Context { get; set; }

Property Value

BaseContext

IsUnsupportedArchitecture

Gets the version string from the native library.

public static bool IsUnsupportedArchitecture { get; }

Property Value

bool

LoadedDllPath

Gets the path where the DLL was loaded from.

public static string LoadedDllPath { get; }

Property Value

string

Methods

GetVersion()

Returns the version string reported by the native libdmtx library, or null on unsupported architectures.

public static string GetVersion()

Returns

string

The version string from the native library, or null if the architecture is unsupported.