Search Results for

    Show / Hide Table of Contents

    Class HexViewInteractive

    Interactive hex viewer

    Inheritance
    object
    HexViewInteractive
    Namespace: Terminaux.Inputs.Styles.Editor
    Assembly: Terminaux.dll
    Syntax
    [Obsolete("To avoid duplicate code, we've deprecated this class. Please use HexEditInteractive with \"edit\" set to false.")]
    public static class HexViewInteractive

    Methods

    | Edit this page View Source

    OpenInteractive(byte[], InteractiveTuiSettings?, bool)

    Opens an interactive hex viewer

    Declaration
    public static void OpenInteractive(byte[] bytes, InteractiveTuiSettings? settings = null, bool fullscreen = false)
    Parameters
    Type Name Description
    byte[] bytes

    Byte array to showcase

    InteractiveTuiSettings settings

    TUI settings

    bool fullscreen

    Whether it's a fullscreen viewer or not

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX