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 SourceOpenInteractive(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 |