CodeGlyphX logo
CodeGlyphX

API Reference

Class

CodeGlyphXFeatures

Namespace CodeGlyphX
Assembly CodeGlyphX
Modifiers static

Runtime feature flags for CodeGlyphX capabilities.

Inheritance

  • Object
  • CodeGlyphXFeatures

Properties

public static Boolean SupportsQrPixelDecode { get; } #

True when the high-performance QR pixel pipeline is available (net8+).

public static Boolean SupportsQrPixelDecodeFallback { get; } #

True when the legacy QR pixel fallback path is active (non-net8 targets).

public static Boolean SupportsQrPixelDebug { get; } #

True when QR pixel debug rendering is available (net8+).

public static Boolean SupportsSpanPixelPipeline { get; } #

True when span-based pixel APIs and fast pipeline paths are available (net8+).

public static String TargetFramework { get; } #

The target framework for this build (compile-time constant).