The C# method `Driver.AddRune` is used to add a specific character, known as a rune, to a driver. A rune is a single Unicode character represented by a 32-bit value. This method allows developers to add a rune to a driver, which can be later used for various purposes, such as displaying or manipulating text.
C# (CSharp) Driver.AddRune - 18 examples found. These are the top rated real world C# (CSharp) examples of Driver.AddRune from package radare2-bindings extracted from open source projects. You can rate examples to help us improve the quality of examples.