CHAR_INFO class Struct

Specifies a Unicode or ANSI character and its attributes. This structure is used by console functions to read from and write to a console screen buffer.

Inheritance
Implemented types
Available extensions

Constructors

CHAR_INFO.new()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
AsciiChar int

Available on CHAR_INFO, provided by the CHAR_INFO_Extension extension

getter/setter pair
Attributes int
getter/setter pair
Char ↔ _CHAR_INFO__Char_e__Union
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
UnicodeChar int

Available on CHAR_INFO, provided by the CHAR_INFO_Extension extension

getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited